[Box Backup-commit] COMMIT r2639 - in box/trunk: . infrastructure

subversion at boxbackup.org subversion at boxbackup.org
Thu Feb 25 21:48:51 GMT 2010


Author: chris
Date: 2010-02-25 21:48:49 +0000 (Thu, 25 Feb 2010)
New Revision: 2639

Modified:
   box/trunk/infrastructure/makeparcels.pl.in
   box/trunk/parcels.txt
Log:
Only build the static library part of QDBM, as the default dynamic build 
doesn't work on OSX and we don't care about the binary tools. Thanks to 
Melissa for the bug report.


Modified: box/trunk/infrastructure/makeparcels.pl.in
===================================================================
--- box/trunk/infrastructure/makeparcels.pl.in	2010-02-24 21:44:20 UTC (rev 2638)
+++ box/trunk/infrastructure/makeparcels.pl.in	2010-02-25 21:48:49 UTC (rev 2639)
@@ -244,11 +244,12 @@
 		}
 		elsif ($type eq 'subdir')
 		{
+			shift @args;
 			print MAKE <<EOF;
 .PHONY: $name-build $name-clean
 
 $name-build:
-	\$(MAKE) -C $name
+	\$(MAKE) -C @args
 
 $name-clean:
 	\$(MAKE) -C $name clean

Modified: box/trunk/parcels.txt
===================================================================
--- box/trunk/parcels.txt	2010-02-24 21:44:20 UTC (rev 2638)
+++ box/trunk/parcels.txt	2010-02-25 21:48:49 UTC (rev 2639)
@@ -18,7 +18,7 @@
 	html bbackupd-config
 	html bbackupd.conf
 
-	subdir qdbm
+	subdir qdbm static
 
 EXCEPT:mingw32,mingw32msvc
 	man bbackupd.8




More information about the Boxbackup-commit mailing list