home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 15832 < prev    next >
Encoding:
Text File  |  1993-01-22  |  648 b   |  26 lines

  1. Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!news.adelaide.edu.au!dstos3.dsto.gov.au!crayfish.dsto.gov.au!sct
  2. Newsgroups: comp.unix.questions
  3. Subject: easy make question
  4. Message-ID: <1993Jan22.132144.165613@dstos3.dsto.gov.au>
  5. From: sct@crayfish.dsto.gov.au (Sean Troedson)
  6. Date: 22 Jan 93 13:21:42 CST
  7. Nntp-Posting-Host: crayfish.dsto.gov.au
  8. Lines: 16
  9.  
  10. has anyone used the wild card "%" in make? According to the man page you
  11. can use it in a target or dependency as in ...
  12.  
  13. all: %.o
  14.  
  15. file1.o:
  16. file2.o:
  17.  
  18. but "make all" spits the dummy with "don't know how to make target `%.o'".
  19. I am using SunOs 4.1.2.
  20.  
  21.  
  22. Appreciate any responses,
  23.  
  24. sct.
  25. -- 
  26.