- Timestamp:
- May 4, 2015 2:43:11 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100023
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/freebsd/Makefile.kmk
r41477 r55648 183 183 $(wildcard $(PATH_STAGE_BIN)/additions/src/*/*/*) \ 184 184 $(wildcard $(PATH_STAGE_BIN)/additions/src/*/*/*/*) \ 185 $(VBOX_VERSION_STAMP) 185 $(VBOX_VERSION_STAMP) $(VBOX_SVN_REV_HEADER) 186 186 pkg_create \ 187 187 -I $(VBOX_PATH_FREEBSD_ADDITION_INSTALLER)/install.sh \ -
trunk/src/VBox/Additions/linux/Makefile.kmk
r53624 r55648 294 294 $(wildcard $(PATH_STAGE_BIN)/additions/src/%*/*/*/*) \ 295 295 $(wildcard $(PATH_STAGE_BIN)/additions/src/%*/*/*/*/*) \ 296 $(VBOX_VERSION_STAMP) \296 $(VBOX_VERSION_STAMP) $(VBOX_SVN_REV_HEADER) \ 297 297 | $$(dir $$(patsubst $$(PERCENT)/,$$(PERCENT),$$@)) 298 298 $(call MSG_INST_DIR,$<,$@)
Note:
See TracChangeset
for help on using the changeset viewer.