[ooo-build-commit] .: cppunit/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Oct 1 05:38:36 PDT 2010
cppunit/makefile.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 584e4531fc1c64e446d009d5cba40a68d1df1cf5
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Fri Oct 1 15:37:15 2010 +0300
Pass the 'debug' and 'verbose' dmake variables to the sub-dmakes
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index f50f4aa..7da32f7 100644
--- a/cppunit/makefile.mk
+++ b/cppunit/makefile.mk
@@ -59,8 +59,8 @@ CONFIGURE_ACTION = $(SED) -e s:@BACKPATH@:../$(BACK_PATH): \
< ../$(BACK_PATH)$(PATH_IN_MODULE)/ooo-DllPlugInTester.mk \
> src/DllPlugInTester/ooo-DllPlugInTester.mk
-BUILD_ACTION = cd src/cppunit && dmake -f ooo-cppunit_dll.mk && \
- cd ../DllPlugInTester && dmake -f ooo-DllPlugInTester.mk
+BUILD_ACTION = cd src/cppunit && dmake -f ooo-cppunit_dll.mk debug=$(debug) verbose=$(verbose) && \
+ cd ../DllPlugInTester && dmake -f ooo-DllPlugInTester.mk debug=$(debug) verbose=$(verbose)
OUTDIR2INC = include/cppunit
More information about the ooo-build-commit
mailing list