[git commit] buildsys: use user-provided MAKE everywhere

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Apr 17 07:18:10 UTC 2012


On Mon, Apr 16, 2012 at 10:19:24AM +0200, Peter Kjellerstedt wrote:
>> -----Original Message-----
>> From: uclibc-cvs-bounces at uclibc.org [mailto:uclibc-cvs-
>> bounces at uclibc.org] On Behalf Of Bernhard Reutner-Fischer
>> Sent: den 13 april 2012 20:33
>> To: uclibc-cvs at uclibc.org
>> 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,


More information about the uClibc mailing list