NetBSD/bin/ksh
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
..
Makefile Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
alloc.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
c_ksh.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
c_sh.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
c_test.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
c_test.h RCS ID Police 1997-01-12 19:11:37 +00:00
c_ulimit.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
conf-end.h RCS ID Police 1997-01-12 19:11:37 +00:00
config.h default to "$HOME/.kshrc" if ENV is not set 2002-11-11 19:03:57 +00:00
edit.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
edit.h Implement (somewhat enhanced) idea stealed from bash: 1999-11-02 22:06:45 +00:00
emacs-gen.sh RCS ID Police 1997-01-12 19:11:37 +00:00
emacs.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
eval.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
exec.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
expand.h Various typos in comments (neccessary, sceme, choise, ...). 2001-07-26 15:05:07 +00:00
expr.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
history.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
io.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
jobs.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
ksh.Man Some grammar and punctuation fixes from jmc@openbsd. 2003-05-01 13:50:58 +00:00
ksh_dir.h RCS ID Police 1997-01-12 19:11:37 +00:00
ksh_limval.h RCS ID Police 1997-01-12 19:11:37 +00:00
ksh_stat.h RCS ID Police 1997-01-12 19:11:37 +00:00
ksh_time.h RCS ID Police 1997-01-12 19:11:37 +00:00
ksh_times.h RCS ID Police 1997-01-12 19:11:37 +00:00
ksh_wait.h RCS ID Police 1997-01-12 19:11:37 +00:00
lex.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
lex.h Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
mail.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
main.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
misc.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
mkman Import pdksh V5.2.14. 1999-10-20 14:27:32 +00:00
path.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
proto.h change complete-list to first complete and then print a list, 2002-09-25 02:41:11 +00:00
sh.h 'environment', not 'enviroment' 2002-07-11 10:53:19 +00:00
shf.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
shf.h resolve conflicts 1999-10-20 15:09:58 +00:00
sigact.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
sigact.h __STDC__ is always defined on NetBSD. 2002-05-25 23:29:16 +00:00
siglist.in RCS ID Police 1997-01-12 19:11:37 +00:00
siglist.sh RCS ID Police 1997-01-12 19:11:37 +00:00
syn.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
table.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
table.h resolve conflicts 1999-10-20 15:09:58 +00:00
trap.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
tree.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
tree.h resolve conflicts 1999-10-20 15:09:58 +00:00
tty.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
tty.h RCS ID Police 1997-01-12 19:11:37 +00:00
var.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
version.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00
vi.c Add NetBSD RCS Ids. 2003-06-23 11:38:51 +00:00