freebsd-skq/usr.bin/make
obrien 489c6b7af5 1. Add the ability to tweak the token output before targets in job mode.
E.g.,  .MAKE.JOB.PREFIX=${.newline}---[${.MAKE.PID}]
   would produce

   ---[1234] target ---

2. Added ${.newline} as a simple means of being able to include '\n' in the
   assignment of .MAKE.JOB.PREFIX

Obtained from:	NetBSD
2008-12-29 10:26:02 +00:00
..
PSD.doc
arch.c <limits.h> is necessary for using INT_MIN, so included it here 2008-03-04 15:56:17 +00:00
arch.h
buf.c
buf.h
cond.c
cond.h
config.h
dir.c
dir.h
for.c Consistently use Var_SetGlobal(). 2008-12-29 08:05:49 +00:00
for.h
globals.h Exit with error code 2 when run with -k (continue if errors) and build failed. 2008-12-18 12:16:51 +00:00
GNode.h Improve logging when -dm is specified: if the node is considered 2007-04-20 06:33:25 +00:00
hash_tables.c If the special target .MAKEFILEDEPS exists, then enable the 2008-03-12 14:51:47 +00:00
hash_tables.h
hash.c
hash.h
job.c 1. Add the ability to tweak the token output before targets in job mode. 2008-12-29 10:26:02 +00:00
job.h 1. Add the ability to tweak the token output before targets in job mode. 2008-12-29 10:26:02 +00:00
lst.c
lst.h
main.c 1. Add the ability to tweak the token output before targets in job mode. 2008-12-29 10:26:02 +00:00
make.1 1. Add the ability to tweak the token output before targets in job mode. 2008-12-29 10:26:02 +00:00
make.c Exit with error code 2 when run with -k (continue if errors) and build failed. 2008-12-18 12:16:51 +00:00
make.h 1. Add the ability to tweak the token output before targets in job mode. 2008-12-29 10:26:02 +00:00
Makefile No need to tell make to DTRT with "make love", just do it. 2008-03-04 22:32:58 +00:00
Makefile.dist Linux requires -D__dead2= and -D__unused= to get rid of the 2008-03-04 05:35:27 +00:00
parse.c 1. Add the ability to tweak the token output before targets in job mode. 2008-12-29 10:26:02 +00:00
parse.h
pathnames.h
proc.c
proc.h
shell.c
shell.h
str.c Don't go beyond the provided string when parsing the `\' character. 2006-10-09 19:37:26 +00:00
str.h
suff.c Consistently use Var_SetGlobal(). 2008-12-29 08:05:49 +00:00
suff.h
targ.c Improve logging when -dm is specified: if the node is considered 2007-04-20 06:33:25 +00:00
targ.h
util.c
util.h
var.c VarAdd() already does the debug printing, so Var_Set() only needs to do it 2006-07-17 21:05:27 +00:00
var.h