We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd263a8 commit 8fdc826Copy full SHA for 8fdc826
makefile
@@ -108,7 +108,7 @@ endif
108
# compile tools
109
#######################################
110
include moveDmp.mk
111
-COMPILE_TOOLS_CMD=ant -f .$(D)scripts$(D)build_tools.xml -DTEST_JDK_HOME=$(TEST_JDK_HOME) -DTEST_ROOT=$(TEST_ROOT) -DLIB_DIR=$(LIB_DIR)
+COMPILE_TOOLS_CMD=ant -f .$(D)scripts$(D)build_tools.xml $(Q)-DTEST_JDK_HOME=$(TEST_JDK_HOME)$(Q) $(Q)-DTEST_ROOT=$(TEST_ROOT)$(Q) $(Q)-DLIB_DIR=$(LIB_DIR)$(Q)
112
113
compileTools:
114
$(RM) -r $(COMPILATION_OUTPUT); \
0 commit comments