OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 27-Oct-2006 21:09:50
Branch: HEAD Handle: 2006102720095000
Modified files:
openpkg-tools/cmd bf-mk.pl
Log:
too nice here because definition of make in bf.conf doubles nice level
Summary:
Revision Changes Path
1.45 +1 -1 openpkg-tools/cmd/bf-mk.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/bf-mk.pl
============================================================================
$ cvs diff -u -r1.44 -r1.45 bf-mk.pl
--- openpkg-tools/cmd/bf-mk.pl 14 Oct 2006 17:35:05 -0000 1.44
+++ openpkg-tools/cmd/bf-mk.pl 27 Oct 2006 19:09:50 -0000 1.45
@@ -590,7 +590,7 @@
build-latest ) : ;;
* ) package="build-$package" ;;
esac
- ( cd $target && nice -20 %{slave.make} \
+ ( cd $target && %{slave.make} \
LOG="%{shared.folder}/log/$HOST-$ARCH-$OS" \
SRC="%{shared.folder}/src/$HOST-$ARCH-$OS" \
DST="%{shared.folder}/dst/$HOST-$ARCH-$OS" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]