NetBSD/share
lukem d65b74da7c Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES.
  This is a change of behaviour.  If a Makefile wants the clean semantics
  it must specifically append to CLEANFILES.
  Resolves PR toolchain/5204.

* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS
  that have a suffix of: .c .m .s .S .C .cc .cpp .cxx

* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES

* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d  depend upon ${DPSRCS}

* Deprecate the (short lived) DEPENDSRCS

Update the various Makefiles to these new semantics; generally either
adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing
specific .o dependencies with DPSRCS entries.

Tested with "make -j 8 distribution" and "make distribution".

Update documentation for some other make variables
2003-08-02 00:34:25 +00:00
..
dict put 'Czechoslovak' and 'Czechoslovakian' back; even through the country 2003-05-24 16:48:31 +00:00
doc Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
examples netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
i18n add KOI8-U encoding support for iconv. 2003-07-20 19:26:55 +00:00
locale change comment style: # -> // 2003-07-23 06:52:31 +00:00
man Remove man pages for old MD SCSI and mention new MI spc(4) SCSI. 2003-08-01 02:42:08 +00:00
me Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. 2003-07-18 08:26:01 +00:00
misc Add STFU (shut the fuck up). 2003-07-29 16:48:17 +00:00
mk Rework how dependency generation is performed: 2003-08-02 00:34:25 +00:00
nls Add slovak language libc message catalog. 2003-04-14 05:21:47 +00:00
sushi netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
tabset minor makefile delint 2002-09-18 07:50:31 +00:00
termcap Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
tmac Add libevent. 2003-07-04 12:20:11 +00:00
wscons Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
zoneinfo Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. 2003-07-18 08:26:01 +00:00
Makefile Citrus iconv support(5) 2003-06-27 08:39:59 +00:00
Makefile.inc