make/MakeHelpers.gmk
changeset 21905 7e7001d203cb
parent 21759 e24e22311718
child 22031 ae288cbb4c28
equal deleted inserted replaced
21904:5a52f685faf0 21905:7e7001d203cb
    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
    53 global_targets=help jprt% bridgeBuild bridge2configure
    54 
    54 
    55 ##############################
    55 ##############################
    56 # Functions
    56 # Functions
    57 ##############################
    57 ##############################
    58 
    58