home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / utils / bug / 1427 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.4 KB  |  36 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cssc-syd.tansu.COM.AU!mattw
  3. From: mattw@cssc-syd.tansu.COM.AU (Matthew Watson)
  4. Subject: make 3.62 "bug"
  5. Message-ID: <1992Aug27.130048.15301@cssc-syd.tansu.com.au>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Customised Software Solutions Centres, AOTC
  8. Distribution: gnu
  9. Date: Thu, 27 Aug 1992 13:00:48 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 23
  12.  
  13. I seem to have found a problem with GNU make 3.62. 
  14.  
  15. I am using the $(wildcard *.c ) function in initialisation of some variable at
  16. the top of my make file, and in some commands. Also the $(wildcard *.h)
  17. function is used in come commands.
  18.  
  19. Initially there are no *.c or *.h files in the current directory. Before
  20. the commands are run, make is called  in some subdirectories and as a
  21. result .c and .h files are copied into the current directory.
  22.  
  23. The command which uses the $(wildcard *.h) function works fine, getting
  24. all the .h files, but the command which uses $(wildcard *.c ) thinks there
  25. are no .c files present, which is not correct, but which was correct when
  26. the variable was initialised up at the top.
  27.  
  28. I don't have the time to track down such a bug. Anyone else seen this sort
  29. of thing?
  30. -- 
  31.  
  32. -------------------------------------------------------------------------------
  33.      -  Matthew Watson -         | MHSnet: mattw@cssc-syd.tansu.com.au
  34.      Australian and Overseas       |
  35.  
  36.