VirtualBox

Ignore:
Timestamp:
Dec 30, 2010 4:06:17 PM (14 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/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_tstGuestPropSvc)/tstGuestPropSvc.run
     25 #    OTHERS += $(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run
    2626 #
    2727
    2828 PROGRAMS += tstGuestPropSvc
    29  TESTING  += $(PATH_tstGuestPropSvc)/tstGuestPropSvc.run
     29 TESTING  += $(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run
    3030 tstGuestPropSvc_TEMPLATE = VBOXR3TSTEXE
    3131 # The second define here is to ensure that the testcase will run fast,
     
    3535 tstGuestPropSvc_LIBS     = $(LIB_RUNTIME)
    3636
    37 $$(PATH_tstGuestPropSvc)/tstGuestPropSvc.run: $$(INSTARGET_tstGuestPropSvc)
     37$$(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run: $$(INSTARGET_tstGuestPropSvc)
    3838        export VBOX_LOG_DEST=nofile; $(INSTARGET_tstGuestPropSvc) quiet
    3939        $(QUIET)$(APPEND) -t "$@" "done"
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