From 201fb48f0920e7d9cfd7d84ad03d85a23ef92fdd Mon Sep 17 00:00:00 2001 From: "iap10@tetris.cl.cam.ac.uk" Date: Tue, 25 Jan 2005 15:37:49 +0000 Subject: bitkeeper revision 1.1159.223.38 (41f667cdBlErg8MU1cuAekL1VC008w) More fixes to the build system further to earlier patch. Signed-off-by: ian.pratt@cl.cam.ac.uk --- buildconfigs/mk.linux-2.6-xenU | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildconfigs/mk.linux-2.6-xenU') diff --git a/buildconfigs/mk.linux-2.6-xenU b/buildconfigs/mk.linux-2.6-xenU index ff6b47ff29..79a3d66777 100644 --- a/buildconfigs/mk.linux-2.6-xenU +++ b/buildconfigs/mk.linux-2.6-xenU @@ -30,8 +30,8 @@ $(LINUX_DIR)/include/linux/autoconf.h: pristine-linux-$(LINUX_VER) sed -e 's/^EXTRAVERSION.*/&-$(EXTRAVERSION)/' Makefile >Mk.tmp ; \ rm -f Makefile ; mv Mk.tmp Makefile ) # Re-use config from install dir if one exits else use default config - [ -r $(INSTALL_DIR)/boot/config-$(FULLVERSION) ] && \ - cp $(INSTALL_DIR)/boot/config-$(FULLVERSION) $(LINUX_DIR)/.config \ + [ -r $(DESTDIR)/boot/config-$(FULLVERSION) ] && \ + cp $(DESTDIR)/boot/config-$(FULLVERSION) $(LINUX_DIR)/.config \ || cp $(LINUX_DIR)/arch/xen/configs/$(EXTRAVERSION)_defconfig \ $(LINUX_DIR)/.config make -C $(LINUX_DIR) ARCH=xen oldconfig -- cgit v1.2.3