Changeset 68815 in vbox
- Timestamp:
- Sep 22, 2017 12:00:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r68805 r68815 295 295 $(RM) -f -- "$@" "[email protected]" 296 296 $(SHELL) $(PATH_DEVTOOLS)/bin/additions.sh --cmd fetch --filename "[email protected]" 297 ## @todo r=klaus replace mv/cp/rm sequence by touch or some equivalent to lose the timestamp 298 $(MV) "[email protected]" "[email protected]" 299 $(CP) "[email protected]" "[email protected]" 300 $(RM) -f "[email protected]" 297 301 $(MV) -f -- "[email protected]" "$@" 298 302 … … 338 342 $(RM) -f -- "$@" "[email protected]" 339 343 $(SHELL) $(PATH_DEVTOOLS)/bin/documentation.sh --cmd fetch --filename "[email protected]" 344 ## @todo r=klaus replace mv/cp/rm sequence by touch or some equivalent to lose the timestamp 345 $(MV) "[email protected]" "[email protected]" 346 $(CP) "[email protected]" "[email protected]" 347 $(RM) -f "[email protected]" 340 348 $(MV) -f -- "[email protected]" "$@" 341 349 … … 404 412 $(RM) -f -- "$@" "[email protected]" 405 413 $(SHELL) $(PATH_DEVTOOLS)/bin/efi_firmware.sh --cmd fetch --filename "[email protected]" 414 ## @todo r=klaus replace mv/cp/rm sequence by touch or some equivalent to lose the timestamp 415 $(MV) "[email protected]" "[email protected]" 416 $(CP) "[email protected]" "[email protected]" 417 $(RM) -f "[email protected]" 406 418 $(MV) -f -- "[email protected]" "$@" 407 419 … … 440 452 $(RM) -f -- "[email protected]" "$@" 441 453 $(SHELL) $(PATH_DEVTOOLS)/bin/extpacks.sh --cmd fetch --filename "[email protected]" --vbox-version "$(VBOX_VERSION_STRING)" 454 ## @todo r=klaus replace mv/cp/rm sequence by touch or some equivalent to lose the timestamp 455 $(MV) "[email protected]" "[email protected]" 456 $(CP) "[email protected]" "[email protected]" 457 $(RM) -f "[email protected]" 442 458 $(MV) -f -- "[email protected]" "$@" 443 459
Note:
See TracChangeset
for help on using the changeset viewer.