This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/commit] Work around Solaris bourne shell limitation when building the sim


> >  hw-config.h: Makefile.in $(srccom)/Make-common.in config.status Makefile
> >  	rm -f tmp-hw.h
> >  	echo "/* generated by Makefile */" > tmp-hw.h
> > -	for hw in $(SIM_HW) ; do \
>         sim_hw="$(SIM_HW)"; \
> 	for hw in $$sim_hw ; do \

I had already tried that:

    Makefile:473: *** commands commence before first target.  Stop.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]