Browse Source

Recommend making symlinks, not copying the config file.
-Erik

Eric Andersen 22 years ago
parent
commit
ec8e012835
2 changed files with 3 additions and 2 deletions
  1. 2 1
      Makefile
  2. 1 1
      README

+ 2 - 1
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
 

+ 1 - 1
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