Skip to content

Instantly share code, notes, and snippets.

@a-rin
Created December 12, 2017 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-rin/940abb80d45eb7ac75b8110b8466f149 to your computer and use it in GitHub Desktop.
Save a-rin/940abb80d45eb7ac75b8110b8466f149 to your computer and use it in GitHub Desktop.
NetBSD sys/arch/xen/conf/Makefile.xen remove tail "&&"
--- src/sys/arch/xen/conf/Makefile.xen.orig 2017-12-12 10:25:00.286355000 +0900
+++ src/sys/arch/xen/conf/Makefile.xen 2017-12-12 10:25:31.930025000 +0900
@@ -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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment