mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
add-bogus-install-dependancy-for-lame-systems-which-think-INSTALL-is-install-and-so-do-the-wrong-thing-20010716
darwin has a case-insensitive but case-preserving filesystem. yay.
This commit is contained in:
parent
d15d69c2d7
commit
9e09de0b96
@ -40,7 +40,7 @@ ENABLE_KERNEL_MODULE=@ENABLE_KERNEL_MODULE@
|
||||
# install, rxgen, compile_et and others already exist and runs it with
|
||||
# "-argument kinstall".
|
||||
|
||||
all:
|
||||
all: force
|
||||
set ${SYS_NAME}/dest; $(MKDIR_IF_NEEDED)
|
||||
$(MAKE) install "COMPILE_PART1=cd src; cd" "COMPILE_PART2=; $(MAKE) install SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" "COMPILE_PART3=; $(MAKE) test SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" "COMPILE_CLEAN=; $(MAKE) clean SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" SYS_NAME=${SYS_NAME}
|
||||
|
||||
@ -405,8 +405,10 @@ libafs_setup: config export
|
||||
libuafs_setup: config export
|
||||
src/config/config src/libuafs/MakefileProto.${MKAFS_OSTYPE} src/libuafs/Makefile ${SYS_NAME}
|
||||
|
||||
force:
|
||||
|
||||
TARGET=finale
|
||||
install:
|
||||
install: force
|
||||
$(MAKE) $(TARGET) "SYS_NAME=${SYS_NAME}" \
|
||||
"COMPILE_PART1=${COMPILE_PART1}" \
|
||||
"COMPILE_PART2=${COMPILE_PART2}" \
|
||||
|
Loading…
Reference in New Issue
Block a user