VERBOSE and DEBUG will default to defaults if not called by Makefile
This commit is contained in:
parent
80caa5ea2e
commit
23f1212b00
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
VERBOSE=${VERBOSE:-1}
|
||||||
|
DEBUG=${DEBUG:-0}
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Global functions
|
# Global functions
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user