Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-1-6] basesrc/distrib/notes



Module Name:    basesrc
Committed By:   lukem
Date:           Sat Jul 20 07:02:47 UTC 2002

Modified Files:
        basesrc/distrib/notes [netbsd-1-6]: Makefile.inc

Log Message:
Pull up revision 1.29 (requested by lukem):
- Explicitly reference "install" as "${.CURDIR}/install" as our <bsd.own.mk>
  does a ".PHONY" on "install", and this prevents .PATH lookups working for
  that target, so "make" unnecessarily considered the files out of date and
  rebuilt them every time.  (make(1) needs a .NOTPHONY)
- Separate out the TOC dependencies so that a given ${TARG}.type only
  depends upon the appropriate ${TARGET}.type.toc.  Prevents unnecessary
  rebuilding of all the TOCs when you're only generating one target type.
- Remove *.toc.tmp in cleannotes.


To generate a diff of this commit:
cvs rdiff -r1.26.2.2 -r1.26.2.3 basesrc/distrib/notes/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index