mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Add make debug and no-silent options
This commit is contained in:
parent
9cfc8a3700
commit
650b15ab2f
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ export GSTESTDIR
|
|||
GSTESTMODE=normal
|
||||
|
||||
GSMAKEOPTIONS="debug=yes"
|
||||
GSVERBOSECFLAG=
|
||||
|
||||
# Argument checking
|
||||
while test $# != 0
|
||||
|
@ -91,6 +92,7 @@ do
|
|||
--verbose)
|
||||
GSVERBOSE=yes
|
||||
GSMAKEOPTIONS+=" messages=yes"
|
||||
GSVERBOSECFLAG="-v"
|
||||
;;
|
||||
--failfast)
|
||||
GSTESTMODE=failfast
|
||||
|
|
Loading…
Reference in a new issue