home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mach / 1145 < prev    next >
Encoding:
Text File  |  1992-09-02  |  763 b   |  22 lines

  1. Newsgroups: comp.os.mach
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!rpd
  3. From: rpd+@cs.cmu.edu (Richard Draves)
  4. Subject: Re: gmake
  5. Message-ID: <Btz6Ls.zp.1@cs.cmu.edu>
  6. Sender: news@cs.cmu.edu (Usenet News System)
  7. Nntp-Posting-Host: ernst.mach.cs.cmu.edu
  8. Organization: School of Computer Science, Carnegie Mellon
  9. References: <14950@borg.cs.unc.edu>
  10. Date: Wed, 2 Sep 1992 23:58:33 GMT
  11. Lines: 9
  12.  
  13. In article <14950@borg.cs.unc.edu> beckerd@libra.cs.unc.edu (David Becker) writes:
  14. >Is ${MKIDIRS;.*;${INSTALLDIR}/&} supposed to be a pattern substition?
  15.  
  16. Yes.  It will convert
  17.     bin lib include
  18. to
  19.     ${INSTALLDIR}/bin ${INSTALLDIR}/lib ${INSTALLDIR}/include
  20.  
  21. Rich
  22.