[Buildroot] svn commit: trunk/buildroot/toolchain/gcc

Bernhard Fischer rep.dot.nop at gmail.com
Tue Aug 21 11:11:09 UTC 2007


On Tue, Aug 21, 2007 at 12:26:00PM +0200, Cristian Ionescu-Idbohrn wrote:
>I'd like to comment on this, if you don't mind.
>
>On Tue, 21 Aug 2007, aldot at uclibc.org wrote:
>
>> Log:
>> - put libstdc++.so into the correct place (usr/lib) and make sure
>>   that the dir exists
>>
>>
>> Modified:
>>    trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk
>>    trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk
>>
>>
>> Changeset:
>> Modified: trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk
>> Modified: trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk
>> ===================================================================
>> --- trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk	2007-08-21 10:26:55 UTC (rev 19601)
>> +++ trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk	2007-08-21 10:28:43 UTC (rev 19602)
>> @@ -333,6 +333,7 @@
>>  	#
>>  	# Ok... that's enough of that.
>>  	#
>> +	-mkdir -p $(TARGET_DIR)/usr/lib $(TARGET_DIR)/usr/sbin
>        ^
>        please remove the dash, because
>
>[man mkdir]
>       -p, --parents
>              no error if existing, make parent directories as needed
>
>But if it still fails for any reason, then we want to know and have
>make stop there.  What do you think?

Fair enough. See r19612



More information about the buildroot mailing list