Module Name:    src
Committed By:   pgoyette
Date:           Tue Dec 12 08:27:33 UTC 2017

Modified Files:
        src/sys/arch/xen/conf: Makefile.xen

Log Message:
Remove trailing '&&' from shell script to fix the build.

>From a-rin on https://gist.github.com/a-rin/940abb80d45eb7ac75b8110b8466f149


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/xen/conf/Makefile.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/xen/conf/Makefile.xen
diff -u src/sys/arch/xen/conf/Makefile.xen:1.43 src/sys/arch/xen/conf/Makefile.xen:1.44
--- src/sys/arch/xen/conf/Makefile.xen:1.43	Sun Dec 10 14:29:47 2017
+++ src/sys/arch/xen/conf/Makefile.xen	Tue Dec 12 08:27:32 2017
@@ -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 @@ vector.o: $S/arch/${XEN_BUILD}/${XEN_BUI
 	    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

Reply via email to