freebsd-nq/usr.bin/make
Hartmut Brandt 8460583b9f Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be set
as environment variables and should not be set on make's command
line. They happen to work accidentially as command line variables
too when none of the sub-makes wants to play games with them (because
make is putting command line variables into the environment and will
find them there later on). Makefile.inc1 wants to change
MAKEOBJDIRPREFIX. In this case one cannot set it on the command line.
2004-08-09 16:13:54 +00:00
..
lst.lib
PSD.doc
arch.c
buf.c
buf.h
compat.c Implement POSIX's '+' flag for command lines. This flag causes a line 2004-07-29 14:29:23 +00:00
cond.c
config.h
dir.c
dir.h
for.c
hash.c
hash.h
job.c Implement POSIX's '+' flag for command lines. This flag causes a line 2004-07-29 14:29:23 +00:00
job.h
list.h
lst.h
main.c Put variable assignments from the command line into the MAKEFLAGS 2004-08-03 18:56:31 +00:00
make.1 Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be set 2004-08-09 16:13:54 +00:00
make.c
make.h
Makefile Put variable assignments from the command line into the MAKEFLAGS 2004-08-03 18:56:31 +00:00
Makefile.dist
nonints.h Put variable assignments from the command line into the MAKEFLAGS 2004-08-03 18:56:31 +00:00
parse.c Fix handling of comments on .elif lines. The patch given in a followup 2004-07-22 11:12:01 +00:00
pathnames.h
sprite.h
str.c
suff.c
targ.c
util.c
var_modify.c
var.c Put variable assignments from the command line into the MAKEFLAGS 2004-08-03 18:56:31 +00:00
var.h