Changeset 107087 in vbox for trunk/src/VBox/GuestHost/installation/testcase/Makefile.kmk
- Timestamp:
- Nov 21, 2024 2:39:10 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 166044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/testcase/Makefile.kmk
r107077 r107087 41 41 ../VBoxWinDrvStore.cpp \ 42 42 ../VBoxWinDrvInst.cpp 43 tstVBoxWinDrvInstInf_DEPS += $(wildcard $(PATH_SUB_CURRENT)/inf/*.inf)44 43 tstVBoxWinDrvInstInf_INCS += ../ 45 tstVBoxWinDrvInstInf_CLEAN = \46 $(tstVBoxWinDrvInstInf_0_OUTDIR)/tstVBoxWinDrvInstInf.run \47 $(INST_TESTCASE)inf/48 44 49 45 # Install required INF files into testcase/ directory. … … 52 48 tstVBoxWinDrvInstInfFiles_SOURCES := $(wildcard $(PATH_SUB_CURRENT)/inf/*.inf) 53 49 54 $$(tstVBoxWinDrvInstInf_0_OUTDIR)/tstVBoxWinDrvInstInf.run: \55 $$(tstVBoxWinDrvInstInf_1_STAGE_TARGET) $(wildcard $(PATH_SUB_CURRENT)/inf/*.inf)56 export VBOX_LOG_DEST=nofile; $(tstVBoxWinDrvInstInf_1_STAGE_TARGET)57 $(QUIET)$(APPEND) -t "$@" "done"58 59 OTHERS.win += $(tstVBoxWinDrvInstInf_0_OUTDIR)/tstVBoxWinDrvInstInf.run60 61 50 endif 62 51
Note:
See TracChangeset
for help on using the changeset viewer.