On Mon, Apr 16, 2012 at 10:19:24AM +0200, Peter Kjellerstedt wrote: >> -----Original Message----- >> From: [email protected] [mailto:uclibc-cvs- >> [email protected]] On Behalf Of Bernhard Reutner-Fischer >> Sent: den 13 april 2012 20:33 >> To: [email protected] >> Subject: [git commit] buildsys: use user-provided MAKE everywhere
>> include/system_configuration.h: .config >> @if [ ! -x ./extra/config/conf ] ; then \ >> - make -C extra/config conf; \ >> + $(MAKE) -C extra/config conf; \ >> fi; >> - @./extra/config/conf -o extra/Configs/Config.in >> + @$< -o extra/Configs/Config.in > >That will not work. It will execute >".config -o extra/Configs/Config.in" which I doubt is what >you intended... ;) indeed, fixed. Thanks for the note! cheers, _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
