]> git.ipfire.org Git - thirdparty/make.git/commit
Fix Debian bug #144306: pass target-specific variables into the environment
authorPaul Smith <psmith@gnu.org>
Fri, 10 May 2002 03:15:07 +0000 (03:15 +0000)
committerPaul Smith <psmith@gnu.org>
Fri, 10 May 2002 03:15:07 +0000 (03:15 +0000)
commit9052b52dfc69d9567e2e664b0f096bfae535bcad
tree39e24d1a4d38996e5ffc42601d98d5b47289ee3f
parent5dedf7be638113e65df4bab535386db212a0e812
Fix Debian bug #144306: pass target-specific variables into the environment
properly.

Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_
of work!)

Let $(call ...) functions to be self-referencing.  Lets us do transitive
closures, for example.
16 files changed:
ChangeLog
Makefile.am
README.cvs
acinclude.m4
configure.in
expand.c
file.c
function.c
getloadavg.c
main.c
make.h
misc.c
tests/ChangeLog
tests/scripts/functions/call
variable.c
variable.h