>Number: 1629
>Category: config
>Synopsis: Please quote CC=$CC in recursive calls to make
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: apache
>State: open
>Class: change-request
>Submitter-Id: apache
>Arrival-Date: Tue Jan 6 17:10:01 PST 1998
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.2.5
>Environment:
Linux, Gcc-2.7.2.3, Pentium Gcc 1.0, Linux libc5 and libc6
>Description:
Would you please quote $(CC) in recursive calls to Make?
src/Makefile.tmpl:
(cd regex; $(MAKE) lib CC='$(CC)' AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLI
B)')
$(MAKE) CC='$(CC)' AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')
src/Modules/Makefile:
(cd $@; $(MAKE) CC='$(CC)' AUX_CFLAGS='$(MOD_CFLAGS)' RANLIB='$(RANLIB)'
)
>How-To-Repeat:
Set something like:
CC=gcc -V2.7.2.3 -b i586-unknown-linux-gnulibc1 -nostdinc
in Configuration; ./Configure; make
>Fix:
Please put single quotes around $(CC) in all recursive Make calls.
I can email a patch if the above is not clear
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]