Revision: 44293
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44293&view=rev
Author:   jordisayol
Date:     2011-04-11 09:24:47 +0000 (Mon, 11 Apr 2011)

Log Message:
-----------

Properly handle errors during GNU/Linux packages building.

Modified Paths:
--------------
    brlcad/trunk/sh/make_deb.sh
    brlcad/trunk/sh/make_rpm.sh

Modified: brlcad/trunk/sh/make_deb.sh
===================================================================
--- brlcad/trunk/sh/make_deb.sh 2011-04-08 22:24:55 UTC (rev 44292)
+++ brlcad/trunk/sh/make_deb.sh 2011-04-11 09:24:47 UTC (rev 44293)
@@ -166,7 +166,7 @@
 
 # create deb or source packages
 case "$1" in
--b) fakeroot debian/rules clean && \
+-b) fakeroot debian/rules clean
     DEB_BUILD_OPTIONS=parallel=$NJOBS fakeroot debian/rules binary
     ;;
 -s) fakeroot dpkg-buildpackage -S -us -uc

Modified: brlcad/trunk/sh/make_rpm.sh
===================================================================
--- brlcad/trunk/sh/make_rpm.sh 2011-04-08 22:24:55 UTC (rev 44292)
+++ brlcad/trunk/sh/make_rpm.sh 2011-04-11 09:24:47 UTC (rev 44293)
@@ -163,8 +163,8 @@
  "$TMPDIR/brlcad-doc-animation.desktop"
 
 # compile and install in tmp dir
-./configure --enable-optimized --enable-almost-everything --with-ogl 
--disable-debug && \
-make -j$NJOBS && \
+./configure --enable-optimized --enable-almost-everything --with-ogl 
--disable-debug
+make -j$NJOBS
 fakeroot make install DESTDIR=`pwd`"/$TMPDIR/tmp"
 
 # copy menu files


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to