diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 16:08:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 16:39:42 +0200 |
commit | 93017d5236e9ca85ffebcccabcaf8df460825d10 (patch) | |
tree | bf86965d02b23342425211b7bce5dd2916a9cc15 | |
parent | e943b7ee932ff1a35678b60fa466463acbd742d3 (diff) |
remo make switch in the docs
-rw-r--r-- | docs/make-tips.txt | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/make-tips.txt b/docs/make-tips.txt index dcfbe22e0..4f6aa2f36 100644 --- a/docs/make-tips.txt +++ b/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: -You can either delete the configuration and start from scratch: +Delete the configuration and start from scratch: -------------------- $ rm .config* $ 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 combinations configured and build without a need to rebuild everything from scratch. There is no limit, you just need to have enough disk space. |