Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/conf Remove trailing '&&' from shell script to ...
details: https://anonhg.NetBSD.org/src/rev/06fb32c927ae
branches: trunk
changeset: 358108:06fb32c927ae
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Dec 12 08:27:32 2017 +0000
description:
Remove trailing '&&' from shell script to fix the build.
>From a-rin on https://gist.github.com/a-rin/940abb80d45eb7ac75b8110b8466f149
diffstat:
sys/arch/xen/conf/Makefile.xen | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3439871692a9 -r 06fb32c927ae sys/arch/xen/conf/Makefile.xen
--- a/sys/arch/xen/conf/Makefile.xen Tue Dec 12 06:26:57 2017 +0000
+++ b/sys/arch/xen/conf/Makefile.xen Tue Dec 12 08:27:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.xen,v 1.43 2017/12/10 14:29:47 christos Exp $
+# $NetBSD: Makefile.xen,v 1.44 2017/12/12 08:27:32 pgoyette Exp $
# NetBSD: Makefile.i386,v 1.132 2003/07/05 16:56:10 simonb Exp
# Makefile for NetBSD
@@ -92,7 +92,7 @@
ln -s $S/arch/${A}/include ${A}
.endfor
-@rm -rf xen-ma && \
- mkdir xen-ma && ln -s ../${XEN_BUILD} xen-ma/machine &&
+ mkdir xen-ma && ln -s ../${XEN_BUILD} xen-ma/machine
-@rm -f machine && \
ln -s ${ARCH_INC} machine
.endif
Home |
Main Index |
Thread Index |
Old Index