VirtualBox

Changeset 13525 in vbox


Ignore:
Timestamp:
Oct 23, 2008 9:43:51 AM (16 years ago)
Author:
vboxsync
Message:

be more verbose when building additions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r13348 r13525  
    724724        + $(KMK) $(VBOX_ADDITIONS_BUILD.amd64)
    725725else
     726        $(call MSG_L1,Building Windows/amd64 additions)
    726727        rsync -av --no-owner --no-group --delete --delete-excluded --exclude .svn/ --exclude out/ --exclude tinderclient.log . 192.168.27.5:/cygdrive/e/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)
    727728        ssh [email protected] c:/psexec/psexec.exe \\\\\\\\addvm -u vbox -p $(WIN64PASSWORD) c:\\\\cygwin\\\\bin\\\\bash.exe -c \''PATH=/usr/bin:/bin e:/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/tools/env.sh kmk $(VBOX_ADDITIONS_BUILD.amd64) > e:/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME).log 2>&1'\'; \
     
    737738        + $(KMK) $(VBOX_ADDITIONS_BUILD.x86)
    738739else
     740        $(call MSG_L1,Building Windows/x86 additions)
    739741        rsync -av --no-owner --no-group --delete --delete-excluded --exclude .svn/ --exclude out/ --exclude tinderclient.log . 192.168.27.5:/cygdrive/e/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)
    740742        ssh [email protected] " cd /cygdrive/e/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && PATH_OUT_BASE=Z:/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out tools/env.sh kmk $(VBOX_ADDITIONS_BUILD.x86)"
     
    745747        + $(KMK) $(VBOX_ADDITIONS_BUILD.amd64)
    746748else
     749        $(call MSG_L1,Building Solaris/amd64 additions)
    747750        ssh [email protected] " cd /mnt/vbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && ./tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.amd64) "
    748751endif
     
    753756        + $(KMK) $(VBOX_ADDITIONS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1
    754757else
     758        $(call MSG_L1,Building Solaris/x86 additions)
    755759        ssh [email protected] " cd /mnt/vbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && ./tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE=1"
    756760endif
     
    767771        + $(KMK) $(VBOX_ADDITIONS_BUILD.amd64)
    768772else
     773        $(call MSG_L1,Building Linux/amd64 additions)
    769774        ssh [email protected] " cd /mnt/vbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && ./tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.amd64) "
    770775endif
     
    774779        + $(KMK) $(VBOX_ADDITIONS_BUILD.x86)
    775780else
     781        $(call MSG_L1,Building Linux/x86 additions)
    776782        ssh [email protected] " cd /mnt/vbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && ./tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) "
    777783endif
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