home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.mach
- 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
- From: rpd+@cs.cmu.edu (Richard Draves)
- Subject: Re: gmake
- Message-ID: <Btz6Ls.zp.1@cs.cmu.edu>
- Sender: news@cs.cmu.edu (Usenet News System)
- Nntp-Posting-Host: ernst.mach.cs.cmu.edu
- Organization: School of Computer Science, Carnegie Mellon
- References: <14950@borg.cs.unc.edu>
- Date: Wed, 2 Sep 1992 23:58:33 GMT
- Lines: 9
-
- In article <14950@borg.cs.unc.edu> beckerd@libra.cs.unc.edu (David Becker) writes:
- >Is ${MKIDIRS;.*;${INSTALLDIR}/&} supposed to be a pattern substition?
-
- Yes. It will convert
- bin lib include
- to
- ${INSTALLDIR}/bin ${INSTALLDIR}/lib ${INSTALLDIR}/include
-
- Rich
-