|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] Re: [Xen-devel] distclean failure
Samuel Thibault wrote: Jeremy Fitzhardinge, le Fri 01 Aug 2008 13:27:29 -0700, a écrit :+ [ ! -d libxc ] || $(MAKE) -C libxc clean + [ ! -d ioemu ] || $(MAKE) -C ioemu cleanAre you sure you don't not need a double negative there?Mmm, why? The clean target succeeds if either there is not even libxc/ioemu directories, or the make clean there works.
I'm just pointing out that
[ -d libxc ] && $(MAKE) -C libxc clean
is more straightforward.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |