]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
SOLARIS: do not ignore libafs build failures
authorAndrew Deason <adeason@sinenomine.net>
Wed, 21 Jul 2010 17:17:33 +0000 (12:17 -0500)
committerDerrick Brashear <shadow@dementia.org>
Wed, 21 Jul 2010 18:30:22 +0000 (11:30 -0700)
Change-Id: Ic5bc6cefd616736d81807bf6ac6d0226fcdb3df2
Reviewed-on: http://gerrit.openafs.org/2459
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/libafs/MakefileProto.SOLARIS.in

index c3a4b4dfae99f3e5489688cc0e39c2b7a1de8be5..ef349e3dd8c0a74cf1e0b117b54d8bae4ee0edf1 100644 (file)
@@ -110,7 +110,7 @@ ${COMPDIRS} ${INSTDIRS} ${DESTDIRS}:
                export ARCH_DEFS ; \
                export BITS ; \
                cd $$t  ; \
-               $(MAKE) $@_libafs ; \
+               $(MAKE) $@_libafs || exit $$? ; \
                cd ../ ;\
        done