* [PATCH for-4.5] xen: use relative path for true(1)
@ 2014-09-26 9:29 Roger Pau Monne
2014-09-26 9:49 ` Jan Beulich
0 siblings, 1 reply; 2+ messages in thread
From: Roger Pau Monne @ 2014-09-26 9:29 UTC (permalink / raw)
To: xen-devel
Cc: Roy Franz, Ian Jackson, Ian Campbell, Jan Beulich,
Roger Pau Monne
On FreeBSD true(1) is at /usr/bin/true.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Roy Franz <roy.franz@linaro.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
---
xen/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/Makefile b/xen/Makefile
index 04f72e6..9d91ca7 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
--
1.9.3 (Apple Git-50)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH for-4.5] xen: use relative path for true(1)
2014-09-26 9:29 [PATCH for-4.5] xen: use relative path for true(1) Roger Pau Monne
@ 2014-09-26 9:49 ` Jan Beulich
0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2014-09-26 9:49 UTC (permalink / raw)
To: Roger Pau Monne; +Cc: Roy Franz, xen-devel, Ian Jackson, Ian Campbell
>>> On 26.09.14 at 11:29, <roger.pau@citrix.com> wrote:
> On FreeBSD true(1) is at /usr/bin/true.
Seems like I misremembered us using the /bin prefix elsewhere - I found
such only in Linux makefiles now that I explicitly checked. Sorry for the
bogus suggestion, Roy.
Jan
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> Cc: Roy Franz <roy.franz@linaro.org>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>
> ---
> xen/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/Makefile b/xen/Makefile
> index 04f72e6..9d91ca7 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
> --
> 1.9.3 (Apple Git-50)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-26 9:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 9:29 [PATCH for-4.5] xen: use relative path for true(1) Roger Pau Monne
2014-09-26 9:49 ` Jan Beulich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).