home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / admin / 6620 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.2 KB  |  40 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!UB.com!quack!dfox
  3. From: dfox@quack.sac.ca.us (David Fox)
  4. Subject: Re: UUCP makepaths
  5. Message-ID: <fWzIIIs@quack.sac.ca.us>
  6. Keywords:  uucp make depend  
  7. Organization: The Duck Pond public unix: +1 408 249 9630, log in as 'guest'.
  8. References: <1992Dec9.192604.21082@netcom.com>
  9. Date: 14 Dec 1992 03:00:42 UTC
  10. Lines: 28
  11.  
  12. In article <1992Dec9.192604.21082@netcom.com> cyclone@netcom.com (Bill Sheppard) writes:
  13. >I recently discovered that our maps haven't been updated since 1990 (Sun 3/50,
  14.  
  15. >before), but the makefile didn't check for new maps unless I manually did a
  16. >'make depend', which updated the makefile.  Is this something that will happen
  17. >automatically when necessary, or do I need to do a 'make depend' from time to
  18. >time?
  19.  
  20. I doubt the software knows to automatically update the makefile at periodic
  21. times.
  22.  
  23. So, you're limited to two basic choices:
  24.  
  25. 1) periodically run make depend depending on how frequently the need is
  26.    to do this
  27.  
  28. 2) make a cron job or queue up a request to make depend via 'at' for
  29.    sometime in the distant future (say six months from now, depending
  30.    again on how frequently you feel this data changes)
  31.  
  32.  
  33. >Bill
  34. >cyclone@netcom.com
  35. --
  36. David E. Fox
  37. dfox@quack.sac.ca.us
  38.  
  39.  
  40.