|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] [LIBXC] clean specified files instead of wildcar
On Wed, 2006-08-09 at 10:35 +0100, Keir Fraser wrote:
>
> On 9/8/06 12:54 am, "Hollis Blanchard" <hollisb@xxxxxxxxxx> wrote:
>
> > [LIBXC] clean specified files instead of wildcarding
> > Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
>
> We wildcard in all the other makefiles. Is it a problem here?
Well yes. The problem is that we're now adding subdirectories under
tools/libxc, so rm -rf *.o doesn't clean them. The IA64 guys just added
rm -rf ia64/*.o, but we shouldn't need to guess: we already have these
handy variables telling us exactly where all the object files are. If
you prefer, we can add another unconditional rm -rf powerpc64/* in the
IA64 style...
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|