[Balloon-svn] r1011 - balloon/trunk

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: subversion@balloonboard.org
Date:  
To: balloon-svn
Subject: [Balloon-svn] r1011 - balloon/trunk
Author: wookey
Date: 2010-03-08 14:21:08 +0000 (Mon, 08 Mar 2010)
New Revision: 1011

Modified:
balloon/trunk/Makefile.inc
Log:
Add a comment to explain the FAKEROOTKEY magic


Modified: balloon/trunk/Makefile.inc
===================================================================
--- balloon/trunk/Makefile.inc    2010-03-08 14:17:54 UTC (rev 1010)
+++ balloon/trunk/Makefile.inc    2010-03-08 14:21:08 UTC (rev 1011)
@@ -48,6 +48,7 @@

#--------- Generic build settings----------

+#don't try to use fakeroot in a fakeroot environment - it doesn't work
FAKEROOT=`if [ -z $FAKEROOTKEY ]; then echo "fakeroot"; fi`

#Number of jobs for Make to issue, to speed up build on multiprocessor machines