aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-07-01 10:52:07 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-07-01 10:52:07 +0000
commit1b456a3fee1a30fc25186b3cdbb92c2d8f096495 (patch)
tree79d2f688422a95a0fc05b138d7713cb8903a15d0
parentdbf7e82d4618f19fef737b24e7eb77f219f21df8 (diff)
downloadxen-1b456a3fee1a30fc25186b3cdbb92c2d8f096495.tar.gz
xen-1b456a3fee1a30fc25186b3cdbb92c2d8f096495.tar.bz2
xen-1b456a3fee1a30fc25186b3cdbb92c2d8f096495.zip
Fix to xen-clone, minor top-level Makefile tidy
Signed-off-by: ian.pratt@cl.cam.ac.uk
-rw-r--r--Makefile6
-rwxr-xr-xtools/misc/xen-clone2
2 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 264cc2015e..97438bf3e0 100644
--- a/Makefile
+++ b/Makefile
@@ -177,12 +177,10 @@ uninstall:
# Legacy targets for compatibility
linux24:
- $(MAKE) linux-2.4-xen0-build
- $(MAKE) linux-2.4-xenU-build
+ $(MAKE) 'KERNELS=linux-2.4*' dist
linux26:
- $(MAKE) linux-2.6-xen0-build
- $(MAKE) linux-2.6-xenU-build
+ $(MAKE) 'KERNELS=linux-2.6*' dist
netbsd20:
$(MAKE) netbsd-2.0-xenU-build
diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone
index fe573ef9df..581a0b9f4e 100755
--- a/tools/misc/xen-clone
+++ b/tools/misc/xen-clone
@@ -52,7 +52,7 @@ esac
# clone the master repository (now checked-out by default)
if [ ! -d ${DEST_BK_REP} ]
then
-mkdir -p ${DEST_BK_REP} ; cd ${DEST_BK_REP} ; hg init ${BK_REP} ${DEST_BK_REP} ; hg co ; cd ${TOP}
+mkdir -p ${DEST_BK_REP} ; cd ${DEST_BK_REP} ; hg init ${BK_REP} ; hg co ; cd ${TOP}
else
cd ${DEST_BK_REP}
hg pull ; hg co