[Box Backup-commit] COMMIT r3013 - box/trunk/infrastructure

subversion at boxbackup.org subversion at boxbackup.org
Sun Oct 9 11:43:28 BST 2011


Author: chris
Date: 2011-10-09 11:43:27 +0100 (Sun, 09 Oct 2011)
New Revision: 3013

Modified:
   box/trunk/infrastructure/makebuildenv.pl.in
Log:
Extra white space.


Modified: box/trunk/infrastructure/makebuildenv.pl.in
===================================================================
--- box/trunk/infrastructure/makebuildenv.pl.in	2011-10-08 12:42:06 UTC (rev 3012)
+++ box/trunk/infrastructure/makebuildenv.pl.in	2011-10-09 10:43:27 UTC (rev 3013)
@@ -894,12 +894,14 @@
 			"-o $end_target $o_file_list " .
 			"@lib_files $lo $platform_lib_files\n";
 	}
+
 	# tests need to copy the test file over
 	if($type eq 'test')
 	{
 		print MAKE "\tcp _t \$(OUTDIR)/t\n\tchmod u+x \$(OUTDIR)/t\n";
 		print MAKE "\tcp _t-gdb \$(OUTDIR)/t-gdb\n\tchmod u+x \$(OUTDIR)/t-gdb\n";
 	}
+
 	# dependency line?
 	print MAKE "\n";
 




More information about the Boxbackup-commit mailing list