Changeset 23651 in vbox
- Timestamp:
- Oct 9, 2009 2:58:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53359
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r23623 r23651 237 237 endif 238 238 239 # EFI firmware 240 ifdef VBOX_WITH_EFIFW_FROM_BUILD_SERVER 241 VBOX_LNX_NO_STRIP += \ 242 vboxefi.fv 243 endif 244 239 245 # 240 246 # All the bin files that goes into the archives. -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r23344 r23651 356 356 SOLARIS_COMMON += \ 357 357 additions/VBoxGuestAdditions.iso 358 endif 359 360 361 # EFI firmware 362 ifdef VBOX_WITH_EFIFW_FROM_BUILD_SERVER 363 SOLARIS_COMMON += \ 364 vboxefi.fv 358 365 endif 359 366
Note:
See TracChangeset
for help on using the changeset viewer.