Changeset 38187 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jul 26, 2011 2:14:20 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73145
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile.kmk
r38178 r38187 281 281 $(call MSG_INST_DIR,$<,$@) 282 282 $(QUIET)$(RM) -Rf $@ 283 $(QUIET) cp -af$< $@283 $(QUIET)$(CP) -RPf -- $< $@ 284 284 285 285 # pattern rule for copying the VBOX_LNX_ADD_INIT files to the installation directory … … 290 290 # what we want if it already exists. See the cp manual page for more details. 291 291 $(QUIET)$(RM) -Rf $@ 292 $(QUIET) cp -af$< $@292 $(QUIET)$(CP) -RPf -- $< $@ 293 293 294 294 # pattern rule for copying the VBOX_LNX_ADD_INIT files to the module directory … … 299 299 # what we want if it already exists. See the cp manual page for more details. 300 300 $(QUIET)$(RM) -Rf $@ 301 $(QUIET) cp -af$< $@301 $(QUIET)$(CP) -RPf -- $< $@ 302 302 303 303
Note:
See TracChangeset
for help on using the changeset viewer.