From 93017d5236e9ca85ffebcccabcaf8df460825d10 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 May 2014 16:08:12 +0200 Subject: remo make switch in the docs --- docs/make-tips.txt | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'docs') 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= 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. -- cgit v1.2.3