stdmakeinstall
-
# build libxc and libxenstore
-setdir /local/scratch/Rump-kernels/xen.git/tools
+# 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
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
+setdir /local/scratch/Rump-kernels/xen.git/tools
dirx /local/scratch/Rump-kernels/rumprun/app-tools/rumprun-xen-make -j4 CPPFLAGS="-U__SSE2__"
stdmakeinstall