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/Additions/x11/VBoxClient/Makefile.kmk

    r33540 r35380  
    7676# Actually, this is darn annoying and will *NOT* be tolerated for any new code!
    7777#
    78 VBoxClient_LIBPATH  += $(PATH_VBoxClient)
    79 VBoxClient_ORDERDEPS = $(PATH_VBoxClient)/libstdc++.a
    80 VBoxClient_CLEAN     = $(PATH_VBoxClient)/libstdc++.a
    81 $$(PATH_VBoxClient)/libstdc++.a:
     78VBoxClient_LIBPATH  += $(VBoxClient_0_OUTDIR)
     79VBoxClient_ORDERDEPS = $(VBoxClient_0_OUTDIR)/libstdc++.a
     80VBoxClient_CLEAN     = $(VBoxClient_0_OUTDIR)/libstdc++.a
     81$$(VBoxClient_0_OUTDIR)/libstdc++.a:
    8282        $(call MSG_L1,Forcing static libstdc++)
    8383        $(QUIET)$(MKDIR) -p $(@D)
     
    9191# Set this in LocalConfig.kmk if you are working on the X11 clipboard service
    9292# to automatically run the unit test at build time.
    93 #       OTHERS += $(PATH_tstSeamlessX11-auto)/tstSeamlessX11-auto.run
     93#       OTHERS += $(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto.run
    9494
    9595   PROGRAMS += tstSeamlessX11-auto
     
    102102           $(LIB_RUNTIME)
    103103
    104    TESTING  += $(PATH_tstSeamlessX11-auto)/tstSeamlessX11-auto
    105 $$(PATH_tstSeamlessX11-auto)/tstSeamlessX11-auto.run: \
     104   TESTING  += $(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto
     105$$(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto.run: \
    106106        $$(INSTARGET_tstSeamlessX11-auto)
    107107        export VBOX_LOG_DEST=nofile; $(INSTARGET_tstSeamlessX11-auto) quiet
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