aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-02 17:57:41 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-02 17:57:41 +0000
commite81e528835b229f805c0cfdae0731147471ae554 (patch)
tree0b5c3c3e6c150e49fd4f59ee90fa4700e92acbe3 /Makefile
parentca9b4638d2e1f962f64474442f3b3198d5239a43 (diff)
downloadxen-e81e528835b229f805c0cfdae0731147471ae554.tar.gz
xen-e81e528835b229f805c0cfdae0731147471ae554.tar.bz2
xen-e81e528835b229f805c0cfdae0731147471ae554.zip
bitkeeper revision 1.1159.1.338 (4187ca95yoh3y8SwBJw4uTmgIxLCTw)
A new install script to install from the intermediate 'install' subdir. Also now a bit more careful in use of 'cp -a'. When installing to system-wide directories we probably do not want to preserve ownership of the random unprivileged user that originally built the binaries. The user who does the install (probably root) is the correct person to own the target files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab70b5d30f..d357cebf63 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ install: dist
$(MAKE) -C xen install
$(MAKE) -C tools install
sh ./docs/check_pkgs && $(MAKE) -C docs install
- $(shell cp -a install/boot/*$(LINUX_VER)* /boot/)
- $(shell cp -a install/lib/modules/* /lib/modules/)
+ $(shell cp -dR install/boot/*$(LINUX_VER)* /boot/)
+ $(shell cp -dR install/lib/modules/* /lib/modules/)
# install xen and tools into the install directory
dist: all