This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3_3-branch bootstrap broken, $$r undeclared
- From: Olaf Hering <olh at suse dot de>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 4 Jul 2003 23:47:13 +0200
- Subject: Re: gcc-3_3-branch bootstrap broken, $$r undeclared
- References: <20030704213217.GA20613@suse.de>
On Fri, Jul 04, Olaf Hering wrote:
> CC_FOR_TARGET = $(STAGE_CC_WRAPPER) $$r/gcc/xgcc -B$$r/gcc/ $(FLAGS_FOR_TARGET)
Is my make broken? Works with a simple file:
toolchain:~/obj33/obj-gcc $ make -f /tmp/foo.mk
pwd Makefile config.cache config.status gcc libiberty mt-frag powerpc-unknown-linux-gnu
r /home/toolchain/obj33/obj-gcc
toolchain:~/obj33/obj-gcc $ cat /tmp/foo.mk
x = $${BLAH-pwd}
all:
@xx=`ls` ; echo ${x} $${xx} ; r=`${x}` ; echo r $$r
toolchain:~/obj33/obj-gcc $ make --version
GNU Make 3.80
--
USB is for mice, FireWire is for men!