Changeset 98418 in vbox for trunk/src/VBox/ValidationKit/utils/TestExecServ
- Timestamp:
- Feb 1, 2023 9:29:03 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155663
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/Makefile.kmk
r98103 r98418 42 42 TestExecService_TEMPLATE = VBoxValidationKitR3 43 43 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 44 TestExecService_DEFS = \45 KBUILD_TARGET="$(KBUILD_TARGET)" \46 KBUILD_TARGET_ARCH="$(KBUILD_TARGET_ARCH)"44 TestExecService_DEFS = \ 45 KBUILD_TARGET="$(KBUILD_TARGET)" \ 46 KBUILD_TARGET_ARCH="$(KBUILD_TARGET_ARCH)" 47 47 else 48 TestExecService_DEFS = \49 KBUILD_TARGET=\"$(KBUILD_TARGET)\" \50 KBUILD_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\"48 TestExecService_DEFS = \ 49 KBUILD_TARGET=\"$(KBUILD_TARGET)\" \ 50 KBUILD_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" 51 51 endif 52 52 TestExecService_SOURCES = \ … … 55 55 56 56 ifn1of ($(KBUILD_TARGET), os2) 57 TestExecService_SOURCES += \57 TestExecService_SOURCES += \ 58 58 TestExecServiceSerial.cpp 59 59 endif
Note:
See TracChangeset
for help on using the changeset viewer.