ia64/xen-unstable
changeset 2845:a8ee20a0480f
bitkeeper revision 1.1159.1.349 (4188e2cbR6doktD-yeswH0_Zif5mIQ)
merge
merge
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Wed Nov 03 13:53:15 2004 +0000 (2004-11-03) |
parents | 4fdcd6139bf0 |
children | 42df95ee8ac3 |
files | Makefile |
line diff
1.1 --- a/Makefile Wed Nov 03 13:29:04 2004 +0000 1.2 +++ b/Makefile Wed Nov 03 13:53:15 2004 +0000 1.3 @@ -20,6 +20,9 @@ all: dist 1.4 1.5 # build and install everything into local dist directory 1.6 dist: xen tools kernels docs 1.7 + install -m0644 ./COPYING $(DIST_DIR) 1.8 + install -m0644 ./README $(DIST_DIR) 1.9 + install -m0755 ./install.sh $(DIST_DIR) 1.10 1.11 # install everything into the standard system directories 1.12 # NB: install explicitly does not check that everything is up to date! 1.13 @@ -65,7 +68,7 @@ mkpatches: 1.14 world: 1.15 $(MAKE) clean 1.16 $(MAKE) kdelete 1.17 - $(MAKE) all 1.18 + $(MAKE) dist 1.19 1.20 # clean doesn't do a kclean 1.21 clean: