summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-09 21:20:12 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-09 21:20:12 +0000
commitec8e01283579aeee5a497fc05445bf2fe02faf67 (patch)
treef06dc4932d532037af4f12b51607b3f8203a09b0 /Makefile
parent278810348aa565008867ed07d7737653fe68f91d (diff)
Recommend making symlinks, not copying the config file.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64bed1b2a..38b81a0a1 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,8 @@ all: headers uClibc_config.h subdirs 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 "Choose a configuration file in extras/Config/ and then run"
+ @echo " ln -s ./extra/Configs/Config.<arch> ./Config"
@echo
@exit 1