VirtualBox

Ignore:
Timestamp:
Dec 30, 2010 4:06:17 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69241
Message:

Makefiles: The PATH_<target> variable is deprated, use <target>_0_OUTDIR instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk

    r28800 r35380  
    2323 # Set this in LocalConfig.kmk if you are working on the guest property
    2424 # service to automatically run the testcase at build time.
    25  #    OTHERS += $(PATH_tstGuestControlSvc)/tstGuestControlSvc.run
     25 #    OTHERS += $(tstGuestControlSvc_0_OUTDIR)/tstGuestControlSvc.run
    2626 #
    2727
    2828 PROGRAMS += tstGuestControlSvc
    29  TESTING  += $(PATH_tstGuestPropSvc)/tstGuestControlSvc.run
     29 TESTING  += $(tstGuestControlSvc_0_OUTDIR)/tstGuestControlSvc.run
    3030 tstGuestControlSvc_TEMPLATE = VBOXR3TSTEXE
    3131 # The second define here is to ensure that the testcase will run fast,
     
    3838 tstGuestControlSvc_LIBS     = $(LIB_RUNTIME)
    3939
    40 $$(PATH_tstGuestControlSvc)/tstGuestControlSvc.run: $$(INSTARGET_tstGuestControlSvc)
     40$$(tstGuestControlSvc_0_OUTDIR)/tstGuestControlSvc.run: $$(INSTARGET_tstGuestControlSvc)
    4141        export VBOX_LOG_DEST=nofile; $(INSTARGET_tstGuestControlSvc) quiet
    4242        $(QUIET)$(APPEND) -t "$@" "done"
Note: See TracChangeset for help on using the changeset viewer.

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