Browse Source

remo make switch in the docs

Waldemar Brodkorb 10 years ago
parent
commit
93017d5236
1 changed files with 1 additions and 15 deletions
  1. 1 15
      docs/make-tips.txt

+ 1 - 15
docs/make-tips.txt

@@ -68,27 +68,13 @@ If you just want to clean all packages and wants to rebuild the firmware,
 
 
 .Resetting OpenADK for a new target:
 .Resetting OpenADK for a new target:
 
 
-You can either delete the configuration and start from scratch:
+Delete the configuration and start from scratch:
 
 
 --------------------
 --------------------
  $ rm .config*
  $ rm .config*
  $ make menuconfig
  $ make menuconfig
 --------------------
 --------------------
 
 
-Or you can save your existing configuration and switch to a new
-one with:
-
---------------------
- $ make switch
---------------------
-
-Afterwards you can switch back to your old configuration, you just
-need to remember, which architecture and system you had configured:
-
---------------------
- $ make switch ARCH=<arch> SYSTEM=<system>
---------------------
-
 OpenADK is designed to have multiple architectures and embedded system
 OpenADK is designed to have multiple architectures and embedded system
 combinations configured and build without a need to rebuild everything
 combinations configured and build without a need to rebuild everything
 from scratch. There is no limit, you just need to have enough disk space.
 from scratch. There is no limit, you just need to have enough disk space.