From 4893f466c54b0dc48e97f785fa6b1b5b1e01e4ca Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 16 Mar 2014 22:24:17 +0100 Subject: remove cleantarget at the moment we share all toolchains in host_ directory, so the existing cleantarget does not work as expected. remove it for now. --- docs/make-tips.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'docs/make-tips.txt') diff --git a/docs/make-tips.txt b/docs/make-tips.txt index 787121cb4..f508633e9 100644 --- a/docs/make-tips.txt +++ b/docs/make-tips.txt @@ -42,13 +42,8 @@ and pkg trees, the firmware and the toolchain for all targets): $ make cleandir -------------------- -If you only want to clean your specific configured target, just use: - --------------------- - $ make cleantarget --------------------- - -If you even want to clean any downloaded source: +If you even want to clean any downloaded source and your +confiuration +.config+: -------------------- $ make distclean -- cgit v1.2.3