o Print a warning when we are given two scripts for one target.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 24 Nov 2004 07:15:46 +0000 (07:15 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 24 Nov 2004 07:15:46 +0000 (07:15 +0000)
commitc0b1d3dd8f950d1d93a7b7a567ae91cf2874bbd3
tree1bf23e8a94cd87042b93da8d95664ff5af03ec93
parent79ffa91f30a063aa9d0c2b1a1d6e50c473ca78b0
o Print a warning when we are given two scripts for one target.
  This is neither as wide-reaching nor intensive as NetBSD's
  similar, but the warning uses the same text.
o Remove local prototypes for main().
o Don't declare things as extern when they will be static.
o When formatting the time for a target, use %H instead of %k,
  which is mostly the same, but uses a non-extension option.
o Document the parsing bug.
o Fix spurious three-space indentation in a four-space indentation
  file.
o Remove 6-years-stale #if0, the behaviour isn't ever going to
  be limited to compatible mode, as far as I know, since we use
  it...
o Code that has been #if0'd with the comment "WHY" since revision
  1.1 can disappear.

Submitted-by: Max Okumoto <okumoto@ucsd.edu>
Taken-from: FreeBSD (as with the previous patches)
usr.bin/make/Makefile
usr.bin/make/job.c
usr.bin/make/job.h
usr.bin/make/make.1
usr.bin/make/make.c
usr.bin/make/nonints.h
usr.bin/make/parse.c
usr.bin/make/targ.c