aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-03 13:53:15 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-03 13:53:15 +0000
commita55a6ac0c17a69f0d7cdc6521655e2b3da04a6e9 (patch)
treeb2c16ca3436a2c71d23458246beaa20c5fd616f6 /Makefile
parentf9e80a02418e52780f0585e743b406a258852143 (diff)
downloadxen-a55a6ac0c17a69f0d7cdc6521655e2b3da04a6e9.tar.gz
xen-a55a6ac0c17a69f0d7cdc6521655e2b3da04a6e9.tar.bz2
xen-a55a6ac0c17a69f0d7cdc6521655e2b3da04a6e9.zip
bitkeeper revision 1.1159.1.349 (4188e2cbR6doktD-yeswH0_Zif5mIQ)
merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66d2db6afa..615191c8fe 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@ all: dist
# build and install everything into local dist directory
dist: xen tools kernels docs
+ install -m0644 ./COPYING $(DIST_DIR)
+ install -m0644 ./README $(DIST_DIR)
+ install -m0755 ./install.sh $(DIST_DIR)
# install everything into the standard system directories
# NB: install explicitly does not check that everything is up to date!
@@ -65,7 +68,7 @@ mkpatches:
world:
$(MAKE) clean
$(MAKE) kdelete
- $(MAKE) all
+ $(MAKE) dist
# clean doesn't do a kclean
clean: