diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 09:44:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 09:44:44 +0100 |
commit | c0e617ea5633e5879f4b7dcf00f7942cf5da6a83 (patch) | |
tree | 7f5414994b6cd15d7bdcce1f05bd2a75d4bfa06c /docs/make-tips.txt | |
parent | f2b441c93ac0542edd34eaa30f5a55efa73439b9 (diff) | |
parent | 521eddfc1e29218e26e3080c095a519ea3f8156d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'docs/make-tips.txt')
-rw-r--r-- | docs/make-tips.txt | 9 |
1 files changed, 2 insertions, 7 deletions
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 |