[kernel] r15050 - people/waldi/s390/s390-tools/debian/patches
Bastian Blank
waldi at alioth.debian.org
Wed Jan 27 17:53:41 UTC 2010
Author: waldi
Date: Wed Jan 27 17:53:39 2010
New Revision: 15050
Log:
debian/patches/error.patch: Use correct return value.
Modified:
people/waldi/s390/s390-tools/debian/patches/error.patch
Modified: people/waldi/s390/s390-tools/debian/patches/error.patch
==============================================================================
--- people/waldi/s390/s390-tools/debian/patches/error.patch Wed Jan 27 17:40:21 2010 (r15049)
+++ people/waldi/s390/s390-tools/debian/patches/error.patch Wed Jan 27 17:53:39 2010 (r15050)
@@ -20,5 +20,5 @@
+all clean install:
set -e ; for dir in $(SUB_DIRS) ; do \
- ( cd $$dir ; $(MAKE) TOPDIR=$(TOPDIR) ARCH=$(ARCH) install; cd .. ); \
-+ make -C $$dir $@ TOPDIR=$(TOPDIR) ARCH=$(ARCH) || exit 1; \
++ make -C $$dir $@ TOPDIR=$(TOPDIR) ARCH=$(ARCH) || exit 2; \
done
More information about the Kernel-svn-changes
mailing list