[Box Backup-commit] COMMIT r1186 - box/chris/merge/infrastructure

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Dec 3 10:27:16 GMT 2006


Author: chris
Date: 2006-12-03 10:27:16 +0000 (Sun, 03 Dec 2006)
New Revision: 1186

Modified:
   box/chris/merge/infrastructure/makebuildenv.pl.in
Log:
Pass any command-line parameters from t-gdb to gdb (refs #3)


Modified: box/chris/merge/infrastructure/makebuildenv.pl.in
===================================================================
--- box/chris/merge/infrastructure/makebuildenv.pl.in	2006-12-03 10:27:08 UTC (rev 1185)
+++ box/chris/merge/infrastructure/makebuildenv.pl.in	2006-12-03 10:27:16 UTC (rev 1186)
@@ -447,7 +447,7 @@
 		writetestfile("$mod/_t", "GLIBCXX_FORCE_NEW=1 ".
 			'./test' . $platform_exe_ext . ' $1 $2 $3 $4 $5', $mod);
 		writetestfile("$mod/_t-gdb", "GLIBCXX_FORCE_NEW=1 ".
-			'gdb ./test' . $platform_exe_ext, $mod);
+			'gdb ./test' . $platform_exe_ext . ' $*', $mod);
 		
 	}
 	




More information about the Boxbackup-commit mailing list