Changeset 94887 in vbox
- Timestamp:
- May 6, 2022 9:08:29 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/Makefile.kmk
r94849 r94887 107 107 $(call MSG_L1,Packing the Test Suite $@) 108 108 $(QUIET)$(RM) -f $@ 109 # Note: Exclude packing the testcase directory into .zip, as that directory only needs to be 110 # included in VBoxValidationKit.iso. 109 111 $(foreach os, darwin freebsd linux os2 solaris win,$(foreach arch, x86 amd64 \ 110 112 ,$(if-expr defined(VBOX_WITH_VALIDATIONKIT_PACKING.$(os).$(arch))\ 111 113 ,$(NLTAB)$(QUIET)$(REDIRECT) -C $(PATH_OUT_BASE)/$(os).$(arch)/$(KBUILD_TYPE)/ \ 112 -- $(VBOX_ZIP) -r9 $@ $(INST_VALIDATIONKIT) -x ' *.pyc',)))114 -- $(VBOX_ZIP) -r9 $@ $(INST_VALIDATIONKIT) -x '$(INST_VALIDATIONKIT)testcase/*' -x '*.pyc',))) 113 115 114 116 #
Note:
See TracChangeset
for help on using the changeset viewer.