Ignore:
Timestamp:
Mar 18, 2008, 11:37:29 PM (17 years ago)
Author:
bird
Message:

prefix the search paths for templates, sdks, tools and stuff. Added KBUILD_DEFAULT_PATHS as a common last resort.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r1403 r1416  
    136136# The list of standard build types in kBuild.
    137137#
    138 # This list can be extended in Config.kmk and it's possible to extend 
     138# This list can be extended in Config.kmk and it's possible to extend
    139139# (inherit) another build type.
    140140#
     
    564564#
    565565
    566 ## TEMPLATE_PATHS
     566## KBUILD_TEMPLATE_PATHS
    567567# List a paths (separated by space) where templates can be found.
    568 TEMPLATE_PATHS :=
    569 
    570 ## TOOL_PATHS
     568KBUILD_TEMPLATE_PATHS :=
     569
     570## KBUILD_TOOL_PATHS
    571571# List of paths (separated by space) where tools can be found.
    572 TOOL_PATHS :=
    573 
    574 ## SDK_PATHS
     572KBUILD_TOOL_PATHS :=
     573
     574## KBUILD_SDK_PATHS
    575575# List of paths (separated by space) where SDKs can be found.
    576 SDK_PATHS :=
     576KBUILD_SDK_PATHS :=
     577
     578## KBUILD_DEFAULT_PATHS
     579# List of paths (separated by space) to search for stuff as a last resort.
     580KBUILD_DEFAULT_PATHS :=
    577581
    578582## Proritized list of the default makefile when walking subdirectories.
Note: See TracChangeset for help on using the changeset viewer.