From: Chaskiel M Grundman Date: Mon, 23 Apr 2001 07:18:57 +0000 (+0000) Subject: STABLE10-allow-building-subset-of-afs-20010423 X-Git-Tag: openafs-stable-1_0_4~76 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ca6ff6e949faad5fafd715a1be45ab2d0f6680fe;p=packages%2Fo%2Fopenafs.git STABLE10-allow-building-subset-of-afs-20010423 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/ \