From: Andrey Paskal Date: Wed, 12 Aug 2009 17:10:55 +0000 (+0400) Subject: Removed parallel make with -j option. X-Git-Url: https://gitweb.ananas.su/?a=commitdiff_plain;h=f2a9bf5ae53d63c074654327949971b00ad53499;p=projects%2Fananas-labs-qt4.git Removed parallel make with -j option. --- diff --git a/build/ubuntu/rules b/build/ubuntu/rules index b41d8ae..8208198 100755 --- a/build/ubuntu/rules +++ b/build/ubuntu/rules @@ -43,7 +43,7 @@ build-stamp: configure-stamp # Add here commands to compile the package. # Makes ananas - $(MAKE) -j 4 + $(MAKE) $(MAKE) tr touch $@