OSDN Git Service

Recommend making symlinks, not copying the config file.
authorEric Andersen <andersen@codepoet.org>
Wed, 9 Jan 2002 21:20:12 +0000 (21:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 9 Jan 2002 21:20:12 +0000 (21:20 -0000)
 -Erik

Makefile
README

index 64bed1b..38b81a0 100644 (file)
--- 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
 
diff --git a/README b/README
index 2d9d55c..fd882fc 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
 * Configuration:
 
-  cp ./extra/Configs/Config.<target arch> ./Config
+  ln -s ./extra/Configs/Config.<arch> ./Config
 
 Then edit ./Config for your setup.  In particular, modify CROSS and
 KERNEL_SOURCE as necessary.  You may also want to modify