From: Nathan Scott Date: Thu, 25 Jan 2001 01:28:18 +0000 (+0000) Subject: little out of date - sync up with other Makepkgs. X-Git-Tag: v1.2.0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da9eaa4ec95eef463e61bc143faafa2d54e591a2;p=thirdparty%2Fxfsprogs-dev.git little out of date - sync up with other Makepkgs. --- diff --git a/Makepkgs b/Makepkgs index 9f7bfa13d..cf0e6d570 100755 --- a/Makepkgs +++ b/Makepkgs @@ -54,13 +54,15 @@ fi SUDO=${SUDO:-sudo} test ! -z "$SUDO" && sudo=$SUDO if $debian ; then - echo - echo "== Debian build, log is $LOGDIR/debian" + LOGDEB=`pwd` + LOGDEB=../`basename $LOGDEB`.log + echo "== Debian build, log is $LOGDEB"; echo if $verbose ; then - exec dpkg-buildpackage -r$SUDO | tee $LOGDIR/debian + dpkg-buildpackage -r$SUDO | tee $LOGDEB else - exec dpkg-buildpackage -r$SUDO > $LOGDIR/debian + dpkg-buildpackage -r$SUDO > $LOGDEB fi + exit 0 fi echo diff --git a/debian/rules b/debian/rules index d3ae58ad8..e3493c277 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ pkgtmp = DIST_ROOT=`pwd`/$(dirtmp); export DIST_ROOT; pkgdev = DIST_ROOT=`pwd`/$(dirdev); export DIST_ROOT; stdenv = GZIP=-q; export GZIP; -options = DEBUG="-DNDEBUG"; OPTIMIZER="-O2 -g"; export DEBUG OPTIMIZER; +options = DEBUG="-DNDEBUG"; OPTIMIZER="-O1 -g"; export DEBUG OPTIMIZER; checkdir = test -f debian/rules build: built