Changeset 8298 in vbox
- Timestamp:
- Apr 22, 2008 3:06:49 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/Makefile.kmk
r8155 r8298 212 212 $(call MSG_TOOL,mkisofs,,$@) 213 213 $(QUIET)$(MKDIR) -p $(@D) 214 $(VBOX_MKISOFS) -rational-rock -joliet -iso-level 4 \ 214 @# use iso-level 3 which is the most ISO conforming level with least restrictions; iso-level 4 maps to iso-level 2 215 @# with some extra restrictions removal (not conforming to ISO9660) which some platforms like Solaris 10 does not like. 216 $(VBOX_MKISOFS) -rational-rock -joliet -iso-level 3 \ 215 217 -volid "VBOXADDITIONS_$(VBOX_VERSION_STRING)_$(VBOX_SVN_REV)" -l -graft-points -o $@ \ 216 218 $(GUESTADDITIONS_FILESPEC.win.x86) \
Note:
See TracChangeset
for help on using the changeset viewer.