aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-01-31 19:45:13 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-01-31 19:45:13 +0000
commitdea8eefd6214e3ad5b54795fa958ab721d58710c (patch)
treef210aa8b10d18345ea90980eef13ea0c6a2665ee /tools/xc
parentf21e4de207c89ca1f1d18122c43db30b2ff41e7b (diff)
downloadxen-dea8eefd6214e3ad5b54795fa958ab721d58710c.tar.gz
xen-dea8eefd6214e3ad5b54795fa958ab721d58710c.tar.bz2
xen-dea8eefd6214e3ad5b54795fa958ab721d58710c.zip
bitkeeper revision 1.699 (401c05c9TV2zsaZ_e3zpy-zaKxCetw)
timer.c, timer.h, sched.h: new file Many files: Rolf's new timer interface, plus various cleanups.
Diffstat (limited to 'tools/xc')
-rw-r--r--tools/xc/lib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/xc/lib/Makefile b/tools/xc/lib/Makefile
index 2693372048..188478cd25 100644
--- a/tools/xc/lib/Makefile
+++ b/tools/xc/lib/Makefile
@@ -21,17 +21,17 @@ check-for-zlib:
install: all
mkdir -p /usr/lib
mkdir -p /usr/include
- cp -a $(LIB) /usr/lib
+ cp $(LIB) /usr/lib
chmod 755 /usr/lib/$(LIB)
- cp -a xc.h /usr/include
+ cp xc.h /usr/include
chmod 644 /usr/include/xc.h
dist: all
mkdir -p ../../../../install/lib
mkdir -p ../../../../install/include
- cp -a $(LIB) ../../../../install/lib
+ cp $(LIB) ../../../../install/lib
chmod 755 ../../../../install/lib/$(LIB)
- cp -a xc.h ../../../../install/include
+ cp xc.h ../../../../install/include
chmod 644 ../../../../install/include/xc.h
clean: