Eclipse Titan is an open-source implementation of TTCN-3 compilation and execution environment. TTCN-3 is a modular language specifically designed for testing, standardized by ETSI, and endorsed by ITU.
13 lines
552 B
Plaintext
13 lines
552 B
Plaintext
--- loggerplugins/JUnitLogger2/Makefile.orig 2024-11-14 11:50:43 UTC
|
|
+++ loggerplugins/JUnitLogger2/Makefile
|
|
@@ -96,6 +96,9 @@ install: $(SHARED_LIB) $(SHARED_LIB_RT2) $(SHARED_LIB_
|
|
@echo Doing nothing...
|
|
|
|
install: $(SHARED_LIB) $(SHARED_LIB_RT2) $(SHARED_LIB_PARALLEL) $(SHARED_LIB_PARALLEL_RT2)
|
|
+ifeq ($(DEBUG), no)
|
|
+ $(STRIP) $(SHARED_LIB)* $(SHARED_LIB_RT2)* $(SHARED_LIB_PARALLEL)* $(SHARED_LIB_PARALLEL_RT2)*
|
|
+endif
|
|
mkdir -p $(LIB_DIR)
|
|
cp $(SHARED_LIB)* $(SHARED_LIB_RT2)* $(SHARED_LIB_PARALLEL)* $(SHARED_LIB_PARALLEL_RT2)* $(LIB_DIR)
|
|
|