diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-08-25 14:49:41 +0000 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-08-25 14:49:41 +0000 | 
| commit | 0ad65543388f7c8048b2040450766bbc3a312a69 (patch) | |
| tree | e209c005820927a43b1e4c4e8f90cd816441a37e /src | |
| parent | 3b550e1e3c4d84a24130a50c24b7140c7696656e (diff) | |
print current config name before building src and progs
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 6 | 
1 files changed, 5 insertions, 1 deletions
| 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: | 
