Project

General

Profile

« Previous | Next » 

Revision 1972

input.Makefile: Staging tables: import/install-%: Use new quiet option to determine whether to tee output to terminal. Don't use log option because that's always set to true except in test mode, which doesn't apply to installs.

View differences:

bin/reinstall_all
11 11
        return 2
12 12
    fi
13 13
    
14
    . "$selfDir/with_all" 'reinstall log=1'
14
    . "$selfDir/with_all" 'reinstall quiet=1'
15 15
}
16 16
reinstall_all_main "$@"

Also available in: Unified diff