From: Chaskiel M Grundman Date: Tue, 27 Mar 2001 21:33:17 +0000 (+0000) Subject: allow-building-subset-of-afs-20010327 X-Git-Tag: BP-openafs-devel-autoconf~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b93a385178396915b3a2f70d6f629c9d0270ad39;p=packages%2Fo%2Fopenafs.git allow-building-subset-of-afs-20010327 allow overriding finale with e.g. blibafs to build a subset of afs --- diff --git a/src/Makefile b/src/Makefile index b132891a5..0f0c35616 100644 --- a/src/Makefile +++ b/src/Makefile @@ -513,8 +513,9 @@ libuafs_setup: config minproject export # "COMPILE_PART1=${COMPILE_PART1}" "COMPILE_PART2=${COMPILE_PART2}" SYS_NAME=${SYS_NAME} ;; +TARGET=finale install: - $(MAKE) finale "SYS_NAME=${SYS_NAME}" "WASHTOOL=${WASHTOOL}" \ + $(MAKE) $(TARGET) "SYS_NAME=${SYS_NAME}" "WASHTOOL=${WASHTOOL}" \ "COMPILE_PART1=${COMPILE_PART1}" \ "COMPILE_PART2=${COMPILE_PART2}" \ DESTDIR=`pwd`/${SYS_NAME}/dest/ \