Subversion Repositories DevTools

Rev

Rev 367 | Rev 4003 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 367 Rev 373
Line 106... Line 106...
106
my %commands = (
106
my %commands = (
107
    #
107
    #
108
    #   Basic commands / phases of the build process
108
    #   Basic commands / phases of the build process
109
    #   This should be a list of all known makefile commands
109
    #   This should be a list of all known makefile commands
110
    #
110
    #
111
    'make_usage'            => { 'tag' => 0, 'local' => \&DoHelp },
-
 
112
    'help'                  => { 'tag' => 0, 'local' => \&DoHelp },
111
    'help'                  => { 'tag' => 0, 'local' => \&DoHelp },
113
    'show'                  => { 'tag' => 0, 'local' => \&ShowMakefiles },
112
    'show'                  => { 'tag' => 0, 'local' => \&ShowMakefiles },
114
    'rebuild'               => { 'tag' => 0, 'local' => \&TestMakeFiles },
113
    'rebuild'               => { 'tag' => 0, 'local' => \&TestMakeFiles },
115
    'makefiles'             => { 'tag' => 0, 'local' => \&TestMakeFiles },
114
    'makefiles'             => { 'tag' => 0, 'local' => \&TestMakeFiles },
116
    'unmakefiles'           => { 'tag' => 0, 'local' => \&UnMakeFiles },
115
    'unmakefiles'           => { 'tag' => 0, 'local' => \&UnMakeFiles },