Changeset 11848 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Aug 29, 2008 8:31:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r11793 r11848 153 153 VirtualBox.chm 154 154 endif 155 ifneq ($(wildcard $( PATH_BIN)/VirtualBoxAPI.chm),)155 ifneq ($(wildcard $(VBOX_PATH_SDK)/docs/VirtualBoxAPI.chm),) 156 156 # same applies to VirtualBoxAPI.chm 157 157 LINUXNOSTRIP += \ … … 262 262 $(VBOX_VERSION_STAMP) 263 263 $(call MSG_L1,Making SDK delivery $@) 264 $(QUIET)$(REDIRECT) -C $(PATH_BIN) -- zip -r9 $@ sdk 264 $(QUIET)$(REDIRECT) -C $(PATH_BIN) -- zip -r9 $@ sdk > /dev/null 265 265 endif 266 266
Note:
See TracChangeset
for help on using the changeset viewer.