diff --git a/config.mk b/config.mk index 2db7d85..4ec504c 100644 --- a/config.mk +++ b/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 #------------------------------------------------------------------------------