Changeset 69072 in vbox
- Timestamp:
- Oct 13, 2017 1:07:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r69071 r69072 286 286 $(call MSG_L1,Unpacking additions archive) 287 287 $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(PATH_TARGET) 288 $(TOUCH) -c $(PATH_TARGET)/VBoxGuestAdditions.iso 288 # @todo r=klaus replace TOUCH_EXT by TOUCH as soon as kBuild t 289 $(TOUCH_EXT) -c $(PATH_TARGET)/VBoxGuestAdditions.iso 289 290 $(APPEND) -t $@ "done" 290 291 … … 322 323 $(call MSG_L1,Unpacking documentation) 323 324 $(QUIET)$(TOOL_ZIP_UNPACK) $(TOOL_ZIP_UNPACKFLAGS) -o $< -d $(PATH_TARGET) 324 $(TOUCH) -c $(PATH_TARGET)/VirtualBox.chm \ 325 # @todo r=klaus replace TOUCH_EXT by TOUCH as soon as kBuild is fixed 326 $(TOUCH_EXT) -c $(PATH_TARGET)/VirtualBox.chm \ 325 327 $(PATH_TARGET)/UserManual.pdf\ 326 328 $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),$(PATH_TARGET)/VirtualBox_$(f).chm $(PATH_TARGET)/UserManual_$(f).pdf) … … 383 385 $(foreach mod,$(VBOX_EFI_MODULES_FLAT) \ 384 386 ,$(NLTAB) $(QUIET)$(TEST) '!' -f $(dir $@)/$(arch)/$(mod).pdb -- $(APPEND_EXT) $(dir $@)/$(arch)/$(mod).pdb )) 385 $(TOUCH) -c $(buildserver-efifw_0_OUTDIR)/VBoxEFI32.fd \ 387 # @todo r=klaus replace TOUCH_EXT by TOUCH as soon as kBuild is fixed 388 $(TOUCH_EXT) -c $(buildserver-efifw_0_OUTDIR)/VBoxEFI32.fd \ 386 389 $(buildserver-efifw_0_OUTDIR)/VBoxEFI64.fd 387 390 $(APPEND) -t $@ "done"
Note:
See TracChangeset
for help on using the changeset viewer.