wok
diff cairo/receipt @ rev 11574
Replace all '-j 4' occurences by ''
author |
Antoine Bodin <gokhlayeh@slitaz.org> |
date |
Mon Jan 02 23:06:19 2012 +0100 (2012-01-02) |
parents |
505eee76b73b |
children |
db228f6642b4 |
line diff
1.1 --- a/cairo/receipt Fri Mar 25 23:29:53 2011 +0000
1.2 +++ b/cairo/receipt Mon Jan 02 23:06:19 2012 +0100
1.3 @@ -25,7 +25,7 @@
1.4 --enable-tee \
1.5 --disable-static \
1.6 $CONFIGURE_ARGS &&
1.7 - make -j 4 &&
1.8 + make $MAKEFLAGS &&
1.9 make DESTDIR=$PWD/_pkg install
1.10 }
1.11