VirtualBox

Changeset 4408 in vbox for trunk


Ignore:
Timestamp:
Aug 28, 2007 8:41:15 PM (17 years ago)
Author:
vboxsync
Message:

Hope this works...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/Makefile.kmk

    r4405 r4408  
    2525#
    2626#  Copyright (C) 2006-2007 innotek GmbH
    27 # 
     27#
    2828#  This file is part of VirtualBox Open Source Edition (OSE), as
    2929#  available from http://www.virtualbox.org. This file is free software;
     
    173173
    174174# build the Linux installer on a remote machine
     175# TODO: Move the VBOX_REMOTE_LINUX32_ADDITIONS_BUILD stuff into LocaleConfig.kmk on the x86 box.
     176VBOX_REMOTE_LINUX32_ADDITIONS_BUILD ?= ssh vbox@$(VBOX_ADDITIONS_LINUX_CROSS_HOST) "./enter-rhel3-jail /mnt/tinderwin_vbox/w32-rel/tools/env.sh --no-wine kmk -C src/VBox/Additions build-linux32-additions BUILD_TYPE=release"
    175177$(LINUXINSTALLER_CROSS):
    176         ssh vbox@$(VBOX_ADDITIONS_LINUX_CROSS_HOST) "./enter-rhel3-jail /mnt/tinderwin_vbox/w32-rel/tools/env.sh --no-wine kmk -C src/VBox/Runtime BUILD_TYPE=release VBOX_ADDITIONS_LINUX_ONLY=1"
    177         ssh vbox@$(VBOX_ADDITIONS_LINUX_CROSS_HOST) "./enter-rhel3-jail /mnt/tinderwin_vbox/w32-rel/tools/env.sh --no-wine kmk -C src/VBox/Additions/common BUILD_TYPE=release VBOX_ADDITIONS_LINUX_ONLY=1"
    178         ssh vbox@$(VBOX_ADDITIONS_LINUX_CROSS_HOST) "./enter-rhel3-jail /mnt/tinderwin_vbox/w32-rel/tools/env.sh --no-wine kmk -C src/VBox/Additions/linux BUILD_TYPE=release all packing"
     178        ssh vbox@$(VBOX_ADDITIONS_LINUX_CROSS_HOST) "./enter-rhel3-jail /mnt/tinderwin_vbox/w32-rel/tools/env.sh --no-wine kmk -C src/VBox/Additions build-linux32-additions BUILD_TYPE=release"
    179179
    180 build-linux32-additions: $(LINUXINSTALLER_CROSS)
     180test-build-linux32-additions: $(LINUXINSTALLER_CROSS)
     181build-linux32-additions:
     182        $(KMK) VBOX_ADDITIONS_LINUX_ONLY=1" -C ../Runtime
     183        $(KMK) VBOX_ADDITIONS_LINUX_ONLY=1" -C common
     184        $(KMK) VBOX_ADDITIONS_LINUX_ONLY=1" -C linux all packing
     185
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette