Remove useless variables
This commit is contained in:
parent
3821686b85
commit
3d95749be5
11
config.mk
11
config.mk
|
@ -181,17 +181,6 @@ LOG_COMMANDS= PRINT_COMMAND="true && " 2>&1 | \
|
|||
endif
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Progress reporting
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
HELLO= BEGIN
|
||||
HELLO_clean= CLEAN
|
||||
HELLO_install= INSTALL
|
||||
HELLO_test= TEST
|
||||
HELLO_bench= BENCH
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Build configuration and rules
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue