From e81e528835b229f805c0cfdae0731147471ae554 Mon Sep 17 00:00:00 2001 From: "kaf24@freefall.cl.cam.ac.uk" Date: Tue, 2 Nov 2004 17:57:41 +0000 Subject: 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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3