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/SharedClipboard/Makefile.kmk

    r28800 r35380  
    7070 # Set this in LocalConfig.kmk if you are working on the X11 clipboard service
    7171 # to automatically run the unit test at build time.
    72  #       OTHERS += $(PATH_tstClipboardX11-2)/tstClipboardX11-2.run
     72 #       OTHERS += $(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run
    7373 PROGRAMS += tstClipboardX11-2
    74  TESTING += $(PATH_tstClipboardX11-2)/tstClipboardX11-2.run
     74 TESTING += $(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run
    7575 tstClipboardX11-2_TEMPLATE = VBOXR3TSTEXE
    7676 tstClipboardX11-2_DEFS     = VBOX_WITH_HGCM TESTCASE
    7777 tstClipboardX11-2_SOURCES  = x11-clipboard.cpp
    7878 tstClipboardX11-2_LIBS     = $(LIB_RUNTIME)
    79  tstClipboardX11-2_CLEANS   = $(PATH_tstClipboardX11-2)/tstClipboardX11-2.run
     79 tstClipboardX11-2_CLEANS   = $(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run
    8080
    81 $$(PATH_tstClipboardX11-2)/tstClipboardX11-2.run: $$(INSTARGET_tstClipboardX11-2)
     81$$(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run: $$(INSTARGET_tstClipboardX11-2)
    8282        export VBOX_LOG_DEST=nofile; $(INSTARGET_tstClipboardX11-2) quiet
    8383        $(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