This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [PATCH] gold: Fix a minor bug in --exclude-libs.


"Doug Kwan (éæå)" <dougkwan@google.com> writes:

> 2009/5/19 Ian Lance Taylor <iant@google.com>:
>
>>> +alt/libexclude_libs_test_3.a: exclude_libs_test_3.o
>>> + Â Â $(TEST_AR) rc $@ $^
>>
>> Does this work if the directory "alt" has not already been created?
>
> I have to checked.  If not, I'll fix it.  I just copied what other tests do.

Ah, it works because the alt/weak_undef_lib.so target creates the alt
subdirectory.  Please do the same in your patch.
	test -d alt || mkdir -p alt

Ian


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