Changeset 68825 in vbox
- Timestamp:
- Sep 22, 2017 1:17:44 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118079
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/Makefile.kmk ¶
r68824 r68825 111 111 112 112 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/common/VBoxGuest/win/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 113 $(call MSG_GENERATE,VBoxGuest-inf,$@,$<)113 (call MSG_GENERATE,VBoxGuest-inf,$@,$<) 114 114 $(call VBOX_EDIT_INF_FN,$<,$@) 115 115 … … 325 325 --random-order-verification 2048 \ 326 326 $(addprefix /,$(GUESTADDITIONS_FILESPEC_ALL)) \ 327 $(foreach spec, $(filter -out%.run,$(GUESTADDITIONS_FILESPEC_ALL)) \327 $(foreach spec, $(filter %.run,$(GUESTADDITIONS_FILESPEC_ALL)) \ 328 328 , --chmod a+x:/$(substr $(spec), 1, $(expr $(pos =,$(spec)) - 1))) \ 329 329 --volume-id="VBOXADDITIONS_$(VBOX_VERSION_STRING_RAW)_$(VBOX_SVN_REV)" \
Note:
See TracChangeset
for help on using the changeset viewer.