]> xenbits.xensource.com Git - people/liuw/rump-build-script-junk.git/commitdiff
use new xen-build-only.git master
authorWei Liu <wei.liu2@citrix.com>
Mon, 31 Aug 2015 16:45:04 +0000 (17:45 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 31 Aug 2015 16:45:04 +0000 (17:45 +0100)
qemu-configure-rune
script
xen-rune

index 74c8eff5f36bb66fe8af6f8458c40965a12a8415..9f6c836bee399d9fb1abd50886e0e89a30ab5c91 100755 (executable)
@@ -48,15 +48,15 @@ CPPFLAGS="-U__SSE2__" \
 #                 --libdir=/local/scratch/Rump-kernels/prefix-qemu/lib \
 #                 --source-path=. \
 #                 --extra-cflags=" \
-#                 -I/local/scratch/Rump-kernels/xen.git/tools/../tools/include \
-#                 -I/local/scratch/Rump-kernels/xen.git/tools/../tools/libxc \
-#                 -I/local/scratch/Rump-kernels/xen.git/tools/../tools/xenstore \
-#                 -I/local/scratch/Rump-kernels/xen.git/tools/../tools/xenstore/compat \
+#                 -I/local/scratch/Rump-kernels/xen-build-only.git/tools/../tools/include \
+#                 -I/local/scratch/Rump-kernels/xen-build-only.git/tools/../tools/libxc \
+#                 -I/local/scratch/Rump-kernels/xen-build-only.git/tools/../tools/xenstore \
+#                 -I/local/scratch/Rump-kernels/xen-build-only.git/tools/../tools/xenstore/compat \
 #                 -I/local/scratch/Rump-kernels/prefix/include \
 #                 " \
 #                 --extra-ldflags=" \
-#                 -L/local/scratch/Rump-kernels/xen.git/tools/../tools/libxc \
-#                 -L/local/scratch/Rump-kernels/xen.git/tools/../tools/xenstore \
+#                 -L/local/scratch/Rump-kernels/xen-build-only.git/tools/../tools/libxc \
+#                 -L/local/scratch/Rump-kernels/xen-build-only.git/tools/../tools/xenstore \
 #                 -L/local/scratch/Rump-kernels/prefix/lib \
 #                 " \
 #                 --bindir=/local/scratch/Rump-kernels/prefix-qemu/bin \
diff --git a/script b/script
index 53395a36f3406c850c75644ce532481803754035..0aa914f264c72447240be017b80dd3eb43d2f499 100755 (executable)
--- a/script
+++ b/script
@@ -104,12 +104,12 @@ stdmakeinstall
 #  build libxc and libxenstore
 # run ./configure in toplevel to workaround a bug in Xen's build system
 # that Paths.mk doesn't get generate if only ./configure in tools
-setdir /local/scratch/Rump-kernels/xen.git
+setdir /local/scratch/Rump-kernels/xen-build-only.git
 dirx env PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config \
                /local/scratch/Rump-kernels/rumprun/app-tools/x86_64-rumprun-netbsd-configure ./configure \
                --prefix=/local/scratch/Rump-kernels/prefix \
                --with-xen-dumpdir=/local/scratch/Rump-kernels/prefix/var/lib/xen/dump
-setdir /local/scratch/Rump-kernels/xen.git/tools
+setdir /local/scratch/Rump-kernels/xen-build-only.git/tools
 dirx env PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config \
        make V=1 CC=/local/scratch/Rump-kernels/rumprun/app-tools/x86_64-rumprun-netbsd-gcc -j4 CPPFLAGS="-U__SSE2__"
 stdmakeinstall
index 7b3aa3ff522fba8c80d0e28fcf64d5ec6eec191d..d7ede20a4f70887f92a4bce5f40adb9c298a6005 100755 (executable)
--- a/xen-rune
+++ b/xen-rune
@@ -56,12 +56,12 @@ want () {
 #  build libxc and libxenstore
 # run ./configure in toplevel to workaround a bug in Xen's build system
 # that Paths.mk doesn't get generate if only ./configure in tools
-setdir /local/scratch/Rump-kernels/xen.git
+setdir /local/scratch/Rump-kernels/xen-build-only.git
 dirx env PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config \
                /local/scratch/Rump-kernels/rumprun/app-tools/rumprun-xen-configure ./configure \
                --prefix=/local/scratch/Rump-kernels/prefix \
                --with-xen-dumpdir=/local/scratch/Rump-kernels/prefix/var/lib/xen/dump
-setdir /local/scratch/Rump-kernels/xen.git/tools
+setdir /local/scratch/Rump-kernels/xen-build-only.git/tools
 dirx env PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config \
        make V=1 CC=/local/scratch/Rump-kernels/rumprun/app-tools/rumprun-xen-cc -j4 CPPFLAGS="-U__SSE2__"
 stdmakeinstall