]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Work better without washtool
authorSam Hartman <hartmans@debian.org>
Sun, 5 Nov 2000 03:23:21 +0000 (03:23 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 5 Nov 2000 03:23:21 +0000 (03:23 +0000)
src/Makefile

index 63e6800681e2dc249d4bbe9f4b312f897c3afec6..8ebc0b70cf43ca75c65f1651ad1cdb6b515bfbc3 100644 (file)
@@ -11,9 +11,8 @@ WASHTOOL=${SRCDIR}bin/washtool
 WASHTOOLCMD=make
 WASHTOOLFLAGS=-argument install
 
-COMPILE_PART1=${WASHTOOL} ${WASHTOOLCMD}
-COMPILE_PART2=${WASHTOOLFLAGS}
-
+COMPILE_PART1=cd obj; cd 
+COMPILE_PART2=; $(MAKE) install SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ SRCDIR=`pwd`/${SYS_NAME}/dest/
 MKDIR_IF_NEEDED=[ -d $$1 ] || mkdir -p $$1
 
 # To compile AFS from scratch in the src tree run "make SYS_NAME=<type>".