From b1aa5e5209fed4ac0378eacfbedfc575ca81b3a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Wed, 29 Aug 2001 23:10:45 +0000 Subject: [PATCH] libafs-make-subtree-during-build-for-later-use-20010829 get rid of bogus ..'s ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== make the subdir buildable --- Makefile.in | 4 ++++ src/libafs/MakefileProto.IRIX.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 88e498e408..263d310157 100644 --- a/Makefile.in +++ b/Makefile.in @@ -303,6 +303,10 @@ libafs_tree: libafs_setup ${KERNELDIR} ; do \ ${INSTALL} -c -f src/libafs/$$f libafs_tree/$$f; \ done + for f in config.guess config.sub install-sh missing mkinstalldirs \ + ; do \ + ${INSTALL} -c -f $$f libafs_tree/$$f; \ + done src/config/config src/libafs/MakefileProto.${MKAFS_OSTYPE}.in libafs_tree/Makefile.in ${SYS_NAME} ${INSTALL} -c src/config/Makefile.${SYS_NAME}.in libafs_tree/config ${INSTALL} -c src/config/afsconfig.h.in libafs_tree/config diff --git a/src/libafs/MakefileProto.IRIX.in b/src/libafs/MakefileProto.IRIX.in index 63ca54a861..5fbf798c8e 100644 --- a/src/libafs/MakefileProto.IRIX.in +++ b/src/libafs/MakefileProto.IRIX.in @@ -401,9 +401,9 @@ ${LIBAFSNONFSO}: $(AFSAOBJS) $(AFSNONFSOBJS) $(AFSAOBJS) $(AFSNONFSOBJS) ${COPYFILES}: - ${CP} ../sgi_system ${STATICCLIENTDIR}/afs.sm + ${CP} sgi_system ${STATICCLIENTDIR}/afs.sm chmod 644 ${STATICCLIENTDIR}/afs.sm - ${CP} ../sgi_master ${STATICCLIENTDIR}/afs + ${CP} sgi_master ${STATICCLIENTDIR}/afs chmod 644 ${STATICCLIENTDIR}/afs # Create symlinks to clients we don't need to build.