mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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
This commit is contained in:
parent
3076602831
commit
b1aa5e5209
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user