VirtualBox

Changeset 71573 in vbox for trunk/Makefile.kmk


Ignore:
Timestamp:
Mar 29, 2018 3:07:33 PM (7 years ago)
Author:
vboxsync
Message:

kBuild 3209 -> 3212: Added --stdin-pipe option to kmk_redirect for working around rsh.exe issue on windows (doesn't like stdin=nul). Applied this to the two rsh uses in /Makefile.kmk. Fixed double newline conversion in the job output buffering (EOL mostly ended up as \r\r\n).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Makefile.kmk

    r71570 r71573  
    11661166additions-build-os2.build-it: #additions-build-os2.rsync-into-vm
    11671167        $(call VBOX_BLD_VM_MSG_BEGIN,OS/2 additions build+pack)
    1168         $(TIME_EXT) -- rsh -l vbox $(VBOX_BLD_VM_OS2_IP) "cd e:\\tinderbox\\$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && e: && kbuild\\bin\\os2.x86\\kmk_ash tools\\env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) all packing"
     1168        $(TIME_EXT) -- $(REDIRECT_EXT) --stdin-pipe -- rsh -l vbox $(VBOX_BLD_VM_OS2_IP) "cd e:\\tinderbox\\$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && e: && kbuild\\bin\\os2.x86\\kmk_ash tools\\env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.x86) all packing"
    11691169        $(call VBOX_BLD_VM_MSG_END__,OS/2 additions build+pack)
    11701170
     
    15761576validationkit-build-os2.build-it: validationkit-build-os2.rsync-into-vm
    15771577        $(call VBOX_BLD_VM_MSG_BEGIN,OS/2 Validation Kit)
    1578         $(TIME_EXT) -- rsh -l vbox $(VBOX_BLD_VM_OS2_IP) "cd e:\\tinderbox\\$(VBOX_VALIDATIONKIT_BUILD_SUBDIRNAME) && e: && kbuild\\bin\\os2.x86\\kmk_ash tools\\env.sh --no-wine kmk $(VBOX_VALIDATIONKIT_BUILD.x86) all"
     1578        $(TIME_EXT) -- $(REDIRECT_EXT) --stdin-pipe -- rsh -l vbox $(VBOX_BLD_VM_OS2_IP) "cd e:\\tinderbox\\$(VBOX_VALIDATIONKIT_BUILD_SUBDIRNAME) && e: && kbuild\\bin\\os2.x86\\kmk_ash tools\\env.sh --no-wine kmk $(VBOX_VALIDATIONKIT_BUILD.x86) all"
    15791579        $(call VBOX_BLD_VM_MSG_END__,OS/2 Validation Kit)
    15801580
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