Changeset 12528 in vbox
- Timestamp:
- Sep 17, 2008 8:52:11 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r12337 r12528 619 619 up update up2 update2:: 620 620 ifndef VBOX_OSE 621 $(MAKE) -C tools fetch621 +$(MAKE) -C tools fetch 622 622 else 623 623 $(MAKE) -C tools -f Makefile-ose.kmk fetch … … 677 677 else 678 678 rsync -av --no-perms --no-owner --no-group --delete --delete-excluded --exclude .svn/ --exclude out/ --exclude tinderclient.log . 192.168.27.5:/cygdrive/c/vbox 679 ssh [email protected] c:/psexec/psexec.exe \\\\\\\\addvm -u vbox -p $(WIN64PASSWORD) c:\\\\cygwin\\\\bin\\\\bash.exe -c \''PATH=/usr/bin:/bin c:/vbox/tools/env.sh kmk $(VBOX_ADDITIONS_BUILD.amd64) > c:/build.log 2>&1'\' 679 ssh [email protected] c:/psexec/psexec.exe \\\\\\\\addvm -u vbox -p $(WIN64PASSWORD) c:\\\\cygwin\\\\bin\\\\bash.exe -c \''PATH=/usr/bin:/bin c:/vbox/tools/env.sh kmk $(VBOX_ADDITIONS_BUILD.amd64) > c:/build.log 2>&1'\'; rc=$?; rsync -a --delete 192.168.27.5:/cygdrive/c/build.log out/win.amd64; cat out/win.amd64/build.log; exit $rc 680 680 rsync -av --delete 192.168.27.5:/cygdrive/c/vbox/out/win.amd64/ out/win.amd64 681 rsync -a --delete 192.168.27.5:/cygdrive/c/build.log out/win.amd64682 cat out/win.amd64/build.log683 681 endif 684 682
Note:
See TracChangeset
for help on using the changeset viewer.