ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Ltib] Unbuildable tree and backing it up


From: Tom Moulton
Subject: RE: [Ltib] Unbuildable tree and backing it up
Date: Tue, 24 Jul 2007 10:19:16 -0500

I still have the error. I am beginning to think it is a poorly formed
package not handling the error condition.

I can follow up with Freescale about their bsp.

My bigger question is what is the right way to capture the state of an ltib
tree so I can back it up and recover from most failures?
(including self inflicted wounds)

Tom

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Claudia De
Bartolomeis
Sent: Tuesday, July 24, 2007 8:53 AM
To: Thomas A. Moulton; address@hidden
Subject: Re: [Ltib] Unbuildable tree and backing it up

Try in your rpm/BUILD dir

for i in `find . -name '.depend'`; do rm $i; done
for i in `find . -name '*.o.cmd'`; do rm $i; done

or remove all the object files

for i in `find . -name '*.o'`; do rm $i; done

Bye
Claudia










reply via email to

[Prev in Thread] Current Thread [Next in Thread]