From ac191d556349e6790da0ea78cd224e29830f5ab0 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 13 Jun 2001 07:27:03 +0000 Subject: Add warning message if Config doesn't exist --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8d524ee42..505d964b9 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,13 @@ endif all: headers uClibc_config.h subdirs $(DO_SHARED) done +Config: + @echo + @echo "You didn't read the README, did you... =)" + @echo "Choose a configuration file in extras/Config/ and copy it to ./Config." + @echo + @exit 1 + shared: @$(MAKE) -C libc shared ifeq ($(LDSO_PRESENT), $(TARGET_ARCH)) -- cgit v1.2.3