From 0ad65543388f7c8048b2040450766bbc3a312a69 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 25 Aug 2004 14:49:41 +0000 Subject: print current config name before building src and progs --- src/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ffcddffec5..ffe2dbc6a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,11 @@ include $(TOP)/configs/current SUBDIRS = $(SRC_DIRS) -default: $(LIB_DIR) subdirs +default: message $(LIB_DIR) subdirs + + +message: + @echo "Making sources for" $(CONFIG_NAME) subdirs: -- cgit v1.2.3