From: Andrew Deason Date: Wed, 21 Jul 2010 17:17:33 +0000 (-0500) Subject: SOLARIS: do not ignore libafs build failures X-Git-Tag: openafs-devel-1_5_76~79 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e75eb34b9a38127b2f166a702e5a641847448823;p=packages%2Fo%2Fopenafs.git SOLARIS: do not ignore libafs build failures Change-Id: Ic5bc6cefd616736d81807bf6ac6d0226fcdb3df2 Reviewed-on: http://gerrit.openafs.org/2459 Tested-by: Andrew Deason Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/libafs/MakefileProto.SOLARIS.in b/src/libafs/MakefileProto.SOLARIS.in index c3a4b4dfa..ef349e3dd 100644 --- a/src/libafs/MakefileProto.SOLARIS.in +++ b/src/libafs/MakefileProto.SOLARIS.in @@ -110,7 +110,7 @@ ${COMPDIRS} ${INSTDIRS} ${DESTDIRS}: export ARCH_DEFS ; \ export BITS ; \ cd $$t ; \ - $(MAKE) $@_libafs ; \ + $(MAKE) $@_libafs || exit $$? ; \ cd ../ ;\ done