[Glibc-bsd-commits] r5889 - trunk/freebsd-libs/debian
stevenc-guest at alioth.debian.org
stevenc-guest at alioth.debian.org
Sat Mar 5 01:20:27 UTC 2016
Author: stevenc-guest
Date: 2016-03-05 01:20:27 +0000 (Sat, 05 Mar 2016)
New Revision: 5889
Modified:
trunk/freebsd-libs/debian/rules
Log:
Make sure get-orig-source aborts if any of the svn exports fail
Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules 2016-03-05 01:19:22 UTC (rev 5888)
+++ trunk/freebsd-libs/debian/rules 2016-03-05 01:20:27 UTC (rev 5889)
@@ -87,7 +87,7 @@
sys/sys/sbuf.h \
sys/netipx/ipx.h \
share/misc/usb_hid_usages ; do \
- svn export --ignore-keywords -r $(svn_revision) $(SVN)/$$i $(ORIGDIR)/$$i ; \
+ svn export --ignore-keywords -r $(svn_revision) $(SVN)/$$i $(ORIGDIR)/$$i || exit ; \
done
# Remove unused files with non GPL compatible license (eg BSD 4 clauses)
rm -f $(ORIGDIR)/sys/cam/scsi/scsi_ch.*
More information about the Glibc-bsd-commits
mailing list