Changeset 38152 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jul 25, 2011 12:19:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73107
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk
r35380 r38152 38 38 tstGuestControlSvc_LIBS = $(LIB_RUNTIME) 39 39 40 $$(tstGuestControlSvc_0_OUTDIR)/tstGuestControlSvc.run: $$( INSTARGET_tstGuestControlSvc)41 export VBOX_LOG_DEST=nofile; $( INSTARGET_tstGuestControlSvc) quiet40 $$(tstGuestControlSvc_0_OUTDIR)/tstGuestControlSvc.run: $$(tstGuestControlSvc_1_STAGE_TARGET) 41 export VBOX_LOG_DEST=nofile; $(tstGuestControlSvc_1_STAGE_TARGET) quiet 42 42 $(QUIET)$(APPEND) -t "$@" "done" 43 43 -
trunk/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk
r35380 r38152 35 35 tstGuestPropSvc_LIBS = $(LIB_RUNTIME) 36 36 37 $$(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run: $$( INSTARGET_tstGuestPropSvc)38 export VBOX_LOG_DEST=nofile; $( INSTARGET_tstGuestPropSvc) quiet37 $$(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run: $$(tstGuestPropSvc_1_STAGE_TARGET) 38 export VBOX_LOG_DEST=nofile; $(tstGuestPropSvc_1_STAGE_TARGET) quiet 39 39 $(QUIET)$(APPEND) -t "$@" "done" 40 40 -
trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk
r37434 r38152 82 82 tstClipboardX11-2_CLEANS = $(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run 83 83 84 $$(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run: $$( INSTARGET_tstClipboardX11-2)85 export VBOX_LOG_DEST=nofile; $( INSTARGET_tstClipboardX11-2) quiet84 $$(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run: $$(tstClipboardX11-2_1_STAGE_TARGET) 85 export VBOX_LOG_DEST=nofile; $(tstClipboardX11-2_1_STAGE_TARGET) quiet 86 86 $(QUIET)$(APPEND) -t "$@" "done" 87 87 endif # 1of ($(KBUILD_TARGET),freebsd linux netbsd openbsd solaris) -
trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk
r35380 r38152 36 36 tstShflSizes_CLEAN = $(tstShflSizes_0_OUTDIR)/tstShflSizes.run 37 37 38 $$(tstShflSizes_0_OUTDIR)/tstShflSizes.run: $$( INSTARGET_tstShflSizes)39 $( INSTARGET_tstShflSizes) quiet38 $$(tstShflSizes_0_OUTDIR)/tstShflSizes.run: $$(tstShflSizes_1_STAGE_TARGET) 39 $(tstShflSizes_1_STAGE_TARGET) quiet 40 40 $(QUIET)$(APPEND) -t "$@" "done" 41 41 -
trunk/src/VBox/HostServices/testcase/Makefile.kmk
r35380 r38152 33 33 tstHGCMSvc_CLEAN = $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run 34 34 35 $$(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run: $$( INSTARGET_tstHGCMSvc)36 export VBOX_LOG_DEST=nofile; $( INSTARGET_tstHGCMSvc) quiet35 $$(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run: $$(tstHGCMSvc_1_STAGE_TARGET) 36 export VBOX_LOG_DEST=nofile; $(tstHGCMSvc_1_STAGE_TARGET) quiet 37 37 $(QUIET)$(APPEND) -t "$@" "done" 38 38
Note:
See TracChangeset
for help on using the changeset viewer.