Changeset 45360 in vbox
- Timestamp:
- Apr 5, 2013 9:33:49 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r45059 r45360 158 158 159 159 160 # Below we might need TOOL_ZIP_UNPACK (for the additions/docs/efifw packages 161 # from the build server), and it's not really worth the effort of dragging in 162 # this tool only if absolutely needed. 163 TOOL += ZIP 164 160 165 # 161 166 # For building the combined package, just get the additions .ISO … … 228 233 VirtualBox.chm UserManual.pdf \ 229 234 $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),VirtualBox_$(f).chm UserManual_$(f).pdf)) 230 231 ## @todo Hack to get at TOOL_ZIP_UNPACK; see if this can be integrated somehow...232 include $(KBUILD_PATH)/tools/ZIP.kmk233 235 234 236 $$(buildserver-docs_0_OUTDIR)/unpacked.ts +| $(PATH_TARGET)/VirtualBox.chm $(PATH_TARGET)/UserManual.pdf \ … … 278 280 $(buildserver-efifw_0_OUTDIR)/VBoxEfiFirmware.zip.tmp 279 281 ## @todo rainy day: cleanup the output directory (zip contains lots more) 280 281 ## @todo Hack to get at TOOL_ZIP_UNPACK; see if this can be integrated somehow...282 include $(KBUILD_PATH)/tools/ZIP.kmk283 282 284 283 $$(buildserver-efifw_0_OUTDIR)/unpacked.ts \
Note:
See TracChangeset
for help on using the changeset viewer.