aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-xen0
diff options
context:
space:
mode:
authorkaf24@viper.(none) <kaf24@viper.(none)>2005-01-29 12:03:44 +0000
committerkaf24@viper.(none) <kaf24@viper.(none)>2005-01-29 12:03:44 +0000
commit161acb14ddf247b147056814aa6acc22cfeb6e86 (patch)
treecfed76664060b65c2087035e89c627f8a1f319f1 /buildconfigs/mk.linux-2.6-xen0
parent085a587c38e8aee53fbc420e2f2531777b79d9c2 (diff)
downloadxen-161acb14ddf247b147056814aa6acc22cfeb6e86.tar.gz
xen-161acb14ddf247b147056814aa6acc22cfeb6e86.tar.bz2
xen-161acb14ddf247b147056814aa6acc22cfeb6e86.zip
bitkeeper revision 1.1159.223.52 (41fb7ba0KYbuQ5SmW1MZjMO0P-RCew)
Small build fixes. Xen and XenLinux now build for x86_32 from within an x86_64 build environment if you set TARGET_ARCH=x86_32.
Diffstat (limited to 'buildconfigs/mk.linux-2.6-xen0')
-rw-r--r--buildconfigs/mk.linux-2.6-xen02
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/mk.linux-2.6-xen0 b/buildconfigs/mk.linux-2.6-xen0
index f4310f5925..5685eb3e12 100644
--- a/buildconfigs/mk.linux-2.6-xen0
+++ b/buildconfigs/mk.linux-2.6-xen0
@@ -34,7 +34,7 @@ $(LINUX_DIR)/include/linux/autoconf.h: pristine-linux-$(LINUX_VER)
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
+ $(MAKE) -C $(LINUX_DIR) ARCH=xen oldconfig
clean:
$(MAKE) -C $(LINUX_DIR) ARCH=xen clean