home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 1978 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.4 KB  |  40 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!husc11.harvard.edu!carlton
  3. From: carlton@husc11.harvard.edu (david carlton)
  4. Subject: Re: INSTALL mode
  5. Message-ID: <01GQRU5FJVNK8WZIJN@HUSC3.HARVARD.EDU>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Citizens for Boysenberry Jam
  8. References: <199211042120.AA01473@claude.cs.umb.edu>
  9. Distribution: gnu
  10. Date: Thu, 5 Nov 1992 05:20:07 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 26
  13.  
  14. In article <199211042120.AA01473@claude.cs.umb.edu>, karl@claude.cs.umb.edu (Karl Berry) writes:
  15.  
  16. > Autoconf 1.2 chooses to make the mode used with INSTALL_DATA be 0644,
  17. > and INSTALL_PROGRAM be the default, which I guess is 0755.  Perhaps it
  18. > would be more consistent with GNU's goals to make the default modes
  19. > include group write permission.
  20.  
  21. Ick.
  22.  
  23. > Failing that (or in addition), perhaps
  24. > the modes could be made more easily overridable in make (or even
  25. > overridable by setting variables before running configure), as in
  26.  
  27. > $(INSTALL_PROGRAM_MODE) = 775
  28. > $(INSTALL_DATA_MODE) = 664
  29. > $(INSTALL_PROGRAM) -m $(INSTALL_PROGRAM_MODE)
  30. > $(INSTALL_DATA) -m $(INSTALL_DATA_MODE)
  31.  
  32. Why not just edit the definitions of INSTALL_DATA and INSTALL_PROGRAM
  33. in the Makefile?  No sense abstracting needlessly.
  34.  
  35. david carlton
  36. carlton@husc.harvard.edu
  37.  
  38.        Am I accompanied by a PARENT or GUARDIAN?
  39.  
  40.