freebsd-dev/usr.bin/make
Tim Vanderhoek b97af31bdb Add a -E flag, similar to -e (overide variables from environment) except
that -E only operates for a specified variable.  Useful since the -e option
will often pull-in many unwanted variable overrides (esp. in a make world
situation).  Uses include overriding BINOWN (which cannot be done by normal
methods or through abuses of MAKEFLAGS) or likely for ports to honour CFLAGS
(provided they're running on a system whose make(1) has this option).
1999-07-31 20:53:02 +00:00
..
lst.lib
PSD.doc
arch.c Fix make world breakage from last commit. 1998-10-15 16:09:56 +00:00
buf.c
buf.h
compat.c When printing an error message after command execution fails, don't assume 1999-07-31 20:38:22 +00:00
cond.c Handle ".if ${T} > 1 || ${T} < 3" and friends correctly. 1999-05-25 13:45:08 +00:00
config.h Don't define RANLIBMAG if building an elf version of make. The RANLIBMAG 1998-09-09 08:29:15 +00:00
dir.c
dir.h
for.c
hash.c
hash.h
job.c Remove couple of 'extern int errno'. (They turned to something funny when 1999-02-14 22:22:54 +00:00
job.h
list.h
lst.h
main.c Add a -E flag, similar to -e (overide variables from environment) except 1999-07-31 20:53:02 +00:00
make.1 Add a -E flag, similar to -e (overide variables from environment) except 1999-07-31 20:53:02 +00:00
make.c
make.h Add a -E flag, similar to -e (overide variables from environment) except 1999-07-31 20:53:02 +00:00
Makefile Per requests from the community, commit rudimentary cross compilation 1999-07-07 04:46:46 +00:00
Makefile.dist
nonints.h
parse.c Don't allow pointer underrun in loop. 1999-01-08 18:37:34 +00:00
pathnames.h
sprite.h
str.c
suff.c
targ.c
util.c
var.c Add a -E flag, similar to -e (overide variables from environment) except 1999-07-31 20:53:02 +00:00