]> xenbits.xensource.com Git - xen.git/commitdiff
use relative path for true(1)
authorRoger Pau Monné <roger.pau@citrix.com>
Fri, 26 Sep 2014 09:59:18 +0000 (11:59 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 Sep 2014 09:59:18 +0000 (11:59 +0200)
On FreeBSD true(1) is at /usr/bin/true.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
xen/Makefile

index 04f72e6c934b44a50e7d632ec535b7d653408559..9d91ca7c2e216b6e6b4ca36e4bdb6ac5ca586799 100644 (file)
@@ -102,7 +102,7 @@ $(TARGET): delete-unfresh-files
        [ -e include/asm ] || ln -sf asm-$(TARGET_ARCH) include/asm
        [ -e arch/$(TARGET_ARCH)/efi ] && for f in boot.c runtime.c compat.c efi.h;\
                do ln -nsf ../../../common/efi/$$f arch/$(TARGET_ARCH)/efi/; done;\
-               /bin/true
+               true
        $(MAKE) -f $(BASEDIR)/Rules.mk -C include
        $(MAKE) -f $(BASEDIR)/Rules.mk -C arch/$(TARGET_ARCH) asm-offsets.s
        $(MAKE) -f $(BASEDIR)/Rules.mk include/asm-$(TARGET_ARCH)/asm-offsets.h