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