Added TESTPROD.
This commit is contained in:
@@ -222,6 +222,17 @@ PROD += $(PROD_DEFAULT)
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# concat specific products
|
||||
#
|
||||
ifneq ($(strip $(TESTPROD_$(OS_CLASS))),)
|
||||
TESTPROD += $(subst -nil-,,$(TESTPROD_$(OS_CLASS)))
|
||||
else
|
||||
ifdef TESTPROD_DEFAULT
|
||||
TESTPROD += $(TESTPROD_DEFAULT)
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# concat specific scripts
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user