On Tue, Oct 13, 2009 at 3:12 AM, Subrata Modak
<[email protected]> wrote:
> On Tue, 2009-10-13 at 13:14 +0530, Poornima Nayak wrote:
>> Patch to fix workload installation issue
>>
>> Signed-off-by: poornima nayak <[email protected]>
>
> This will not apply as all the LTP Makefiles has undergon huge changes.
> Checkout the latest LTP and re-create this patch:
>
> Hunk #1 FAILED at 27.
> 1 out of 1 hunk FAILED -- saving rejects to file utils/Makefile.rej
>
> Regards--
> Subrata
>
>>
>> diff -uprN ltp-full-20090930/utils/Makefile 
>> ltp-full-20090930_patched/utils/Makefile
>> --- ltp-full-20090930/utils/Makefile  2009-10-05 02:10:46.000000000 -0400
>> +++ ltp-full-20090930_patched/utils/Makefile  2009-10-12 22:48:30.000000000 
>> -0400
>> @@ -27,6 +27,6 @@ all: configure
>>       @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done;
>>
>>  install:
>> -
>> +     @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done;
>>  clean:
>>       @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done;

    That was fixed as a `side-effect' of the new Makefile changes :)...
Thanks!
-Garrett

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to