home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / emacs / bug / 1470 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.1 KB  |  35 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!convex!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!ere.umontreal.CA!gaumondp
  3. From: gaumondp@ere.umontreal.CA (Gaumond Pierre)
  4. Subject: Emacs installation
  5. Message-ID: <1992Nov11.212642.26241@cc.umontreal.ca>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Universite de Montreal
  8. Distribution: gnu
  9. Date: Wed, 11 Nov 1992 21:26:42 GMT
  10. Approved: bug-gnu-emacs@prep.ai.mit.edu
  11. Lines: 22
  12.  
  13. I have a question about the "Makefile" on the main directory of the 18.59
  14. version of Emacs.
  15.  
  16. Why don't you use the "-p" option of mkdir in the "mkdir" dependancy?
  17.  
  18. mkdir: FRC
  19.     -mkdir ${LIBDIR} ${BINDIR} ${MANDIR}
  20.  
  21. You asssume that only the last part of the path names does not exist. This is
  22. probably the case with default values on most systems, but if we decide to
  23. create, say, a test version, with directory names having more than one
  24. component that don't exist, mkdir will not create the directory.
  25.  
  26. Thanks.
  27.  
  28. -- 
  29. Pierre Gaumond.        gaumondp@ERE.UMontreal.CA
  30. Services Informatiques, Universite de Montreal. 
  31. C.P. 6128, Succursale "A", Montreal,            
  32. Quebec, Canada.   H3C 3J7                       
  33.  
  34.  
  35.