X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Flibafs%2FMakefileProto.SOLARIS.in;h=a3d102df79a738914aff46b85bb4f508d5526ca4;hp=31d8b3e759c97ae78b11a99bca6cb9ec01470bdf;hb=00aa9200be86b187c903503e56b2af55639ea2b8;hpb=68be8d7a1884fe678016b5ea20c16b3b124e8406 diff --git a/src/libafs/MakefileProto.SOLARIS.in b/src/libafs/MakefileProto.SOLARIS.in index 31d8b3e..a3d102d 100644 --- a/src/libafs/MakefileProto.SOLARIS.in +++ b/src/libafs/MakefileProto.SOLARIS.in @@ -102,7 +102,7 @@ setup: ## This is the target for a Solaris 7. Here we build both the 32 bit and ## the 64 bit libafs in MODLOAD32 and MODLOAD64 directories respectively -${COMPDIRS} ${INSTDIRS} ${DESTDIRS}: +${COMPDIRS} ${INSTDIRS} ${DESTDIRS}: setup for t in ${KOBJ} ; do \ echo Building directory: $$t ; \ case $$t in \ @@ -115,9 +115,7 @@ ${COMPDIRS} ${INSTDIRS} ${DESTDIRS}: esac ; \ export ARCH_DEFS ; \ export BITS ; \ - cd $$t ; \ - $(MAKE) $@_libafs || exit $$? ; \ - cd ../ ;\ + ( cd $$t && $(MAKE) $@_libafs ) || exit $$? ; \ done solaris_compdirs_libafs: depsrcs libafs