diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-16 22:24:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-16 22:24:17 +0100 |
commit | 4893f466c54b0dc48e97f785fa6b1b5b1e01e4ca (patch) | |
tree | d7e46b39cae842f248cf8fe1e589246823b298e4 /docs | |
parent | 732db5d2473cb5bf2c7d3e28b67e47cecf6008a8 (diff) |
remove cleantarget at the moment
we share all toolchains in host_<gnu_host_name> directory,
so the existing cleantarget does not work as expected.
remove it for now.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customize-libc-config.txt | 2 | ||||
-rw-r--r-- | docs/make-tips.txt | 9 |
2 files changed, 3 insertions, 8 deletions
diff --git a/docs/customize-libc-config.txt b/docs/customize-libc-config.txt index 075a272a0..438e630f8 100644 --- a/docs/customize-libc-config.txt +++ b/docs/customize-libc-config.txt @@ -27,7 +27,7 @@ and rebuild your targetsystem, including the toolchain components: ---------------- $ cp .config ../target/<arch>/uclibc.config - $ cd .. && make cleantarget && make + $ cd .. && make cleandir && make ---------------- There are no customization options for GNU libc or musl available. 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 |