allow-building-subset-of-afs-20010327

allow overriding finale with e.g. blibafs to build a subset of afs
This commit is contained in:
Chaskiel M Grundman 2001-03-27 21:33:17 +00:00 committed by Derrick Brashear
parent 44fa060ece
commit b93a385178

View File

@ -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/ \