NetBSD/bin/csh
lukem a93ea220fc 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".
2003-08-01 17:03:41 +00:00
..
USD.doc Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
Makefile Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
alloc.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
char.c ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
char.h ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
const.c ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
csh.1 cpu -> CPU. 2003-07-14 08:58:12 +00:00
csh.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
csh.h ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
dir.c use readlink with bufsize - 1; approved thorpej. 2002-10-19 20:33:17 +00:00
dir.h ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
dol.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
err.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
exec.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
exp.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
extern.h ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
file.c remove maxitems limit (from Todd Miller) 2003-02-08 19:05:19 +00:00
func.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
glob.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
hist.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
init.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
lex.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
misc.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
parse.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
pathnames.h ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
proc.c use strtol() for better error handling in builtin kill (Peter Jeremy) 2003-02-08 19:40:30 +00:00
proc.h ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
sem.c strlcpy 2003-07-12 13:23:55 +00:00
set.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
str.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
strpct.c ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
time.c __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00