Changeset 63900 in vbox
- Timestamp:
- Sep 19, 2016 6:43:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile.kmk
r63891 r63900 292 292 $(QUIET)$(CP) -RPf -- $< $@ 293 293 294 # pattern rule for copying the VBOX_LNX_ADD_INIT files to the installation directory295 $(addprefix $(VBOX_LNX_ADD_INST_INIT_DIR),$(VBOX_LNX_ADD_INIT)): \296 $(VBOX_LNX_ADD_INST_INIT_DIR)% : $(PATH_STAGE_BIN)/additions/% | $$(dir $$@)297 $(call MSG_INST_FILE,$<,$@)298 # Remove target directories first, otherwise the behaviour of cp will not be299 # what we want if it already exists. See the cp manual page for more details.300 $(QUIET)$(RM) -Rf $@301 $(QUIET)$(CP) -RPf -- $< $@302 303 294 INSTALLS += GuestDrivers-src 304 295 GuestDrivers-src_INST = $(INST_ADDITIONS)src/ … … 354 345 # 355 346 INSTALLS += LnxAdd-init-scripts 356 LnxAdd-init-scripts_INST = $(INST_ADDITIONS) 347 LnxAdd-init-scripts_INST = $(VBOX_LNX_ADD_INST_INIT_DIR) 348 LnxAdd-init-scripts_INSTTYPE = stage 357 349 LnxAdd-init-scripts_EXEC_SOURCES = \ 358 350 $(foreach i,$(VBOX_LNX_ADD_INIT), installer/$(i).sh=>$(i)) 359 360 351 361 352 # this file needs editing before it can be included in the generic installer.
Note:
See TracChangeset
for help on using the changeset viewer.