make/MakeHelpers.gmk
changeset 22031 ae288cbb4c28
parent 21905 7e7001d203cb
child 25854 98ce0879ab4c
equal deleted inserted replaced
22030:3e7d1a70e010 22031:ae288cbb4c28
    48 # Store the build times in this directory.
    48 # Store the build times in this directory.
    49 BUILDTIMESDIR=$(OUTPUT_ROOT)/tmp/buildtimes
    49 BUILDTIMESDIR=$(OUTPUT_ROOT)/tmp/buildtimes
    50 
    50 
    51 # Global targets are possible to run either with or without a SPEC. The prototypical
    51 # Global targets are possible to run either with or without a SPEC. The prototypical
    52 # global target is "help".
    52 # global target is "help".
    53 global_targets=help jprt% bridgeBuild bridge2configure
    53 global_targets=help
    54 
    54 
    55 ##############################
    55 ##############################
    56 # Functions
    56 # Functions
    57 ##############################
    57 ##############################
    58 
    58