freebsd-dev/usr.bin/make
Hartmut Brandt b071ad2dca Fix quoting of the MAKEFLAGS environment variable by only quoting spaces
and tabs. This is still not correct for command line variable values
ending in a backslash because this would require a larger effort.
Document this limitation in the BUGS section of the man page. The
quoting is mostly compatible with that of gmake and smake.

Tested by:	Max Okumoto and Joerg Sonnenberger from DragonFly BSD
Reviewed by:	ru (man page, partly)
2005-01-26 18:19:39 +00:00
..
lst.lib Instead of dynamically allocating list heads allocated them statically 2004-12-16 16:14:16 +00:00
PSD.doc Remove another unused Makefile. 2003-02-03 04:15:53 +00:00
arch.c Remove all the cleanup functions. There is no reason to free memory 2004-12-17 13:20:19 +00:00
buf.c Remove an extra space. 2004-12-03 13:03:16 +00:00
buf.h Put macro arguments in paranthesis. 2004-12-03 12:02:14 +00:00
compat.c Instead of dynamically allocating list heads allocated them statically 2004-12-16 16:14:16 +00:00
cond.c Instead of dynamically allocating list heads allocated them statically 2004-12-16 16:14:16 +00:00
config.h Eliminate the define for POSIX and build with Posix behaviour. 2004-11-17 11:32:46 +00:00
dir.c Remove all the cleanup functions. There is no reason to free memory 2004-12-17 13:20:19 +00:00
dir.h Remove all the cleanup functions. There is no reason to free memory 2004-12-17 13:20:19 +00:00
for.c Instead of dynamically allocating list heads allocated them statically 2004-12-16 16:14:16 +00:00
hash.c Some constification which doesn't require code rewrites. 2004-12-06 15:20:12 +00:00
hash.h Some constification which doesn't require code rewrites. 2004-12-06 15:20:12 +00:00
job.c Fix compilation for the USE_KQUEUE case. 2004-12-20 10:21:27 +00:00
job.h Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of 2004-12-07 13:49:13 +00:00
lst.h Instead of dynamically allocating list heads allocated them statically 2004-12-16 16:14:16 +00:00
main.c Fix quoting of the MAKEFLAGS environment variable by only quoting spaces 2005-01-26 18:19:39 +00:00
make.1 Fix quoting of the MAKEFLAGS environment variable by only quoting spaces 2005-01-26 18:19:39 +00:00
make.c Instead of dynamically allocating list heads allocated them statically 2004-12-16 16:14:16 +00:00
make.h Instead of dynamically allocating list heads allocated them statically 2004-12-16 16:14:16 +00:00
Makefile NOSHARED -> NO_SHARED 2004-12-21 09:59:45 +00:00
Makefile.dist
nonints.h Fix quoting of the MAKEFLAGS environment variable by only quoting spaces 2005-01-26 18:19:39 +00:00
parse.c Fix quoting of the MAKEFLAGS environment variable by only quoting spaces 2005-01-26 18:19:39 +00:00
pathnames.h Back out the ``run shell from $PATH'' change; this was an overkill 2002-05-24 15:51:27 +00:00
sprite.h #define<space> -> #define<tab> 2002-09-17 21:29:06 +00:00
str.c Fix quoting of the MAKEFLAGS environment variable by only quoting spaces 2005-01-26 18:19:39 +00:00
suff.c Remove all the cleanup functions. There is no reason to free memory 2004-12-17 13:20:19 +00:00
targ.c Remove all the cleanup functions. There is no reason to free memory 2004-12-17 13:20:19 +00:00
util.c Stylification: missing spaces, extra space after function names, casts 2004-11-30 17:46:29 +00:00
var_modify.c Constification of arguments passed to functions; no change on the 2004-12-07 12:23:45 +00:00
var.c Remove all the cleanup functions. There is no reason to free memory 2004-12-17 13:20:19 +00:00
var.h Fix breakage introduced on 64-bit platforms with my last commit. Need 2004-12-03 12:55:57 +00:00