From: Roger Pau Monné Date: Fri, 26 Sep 2014 09:59:18 +0000 (+0200) Subject: use relative path for true(1) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4322 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ec34bbed14516d83c0005ce86c0167e2e1e03de4;p=xen.git use relative path for true(1) On FreeBSD true(1) is at /usr/bin/true. Signed-off-by: Roger Pau Monné --- diff --git a/xen/Makefile b/xen/Makefile index 04f72e6c93..9d91ca7c2e 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -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