summaryrefslogtreecommitdiff
path: root/docs/customize-libc-config.txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-16 22:24:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-16 22:24:17 +0100
commit4893f466c54b0dc48e97f785fa6b1b5b1e01e4ca (patch)
treed7e46b39cae842f248cf8fe1e589246823b298e4 /docs/customize-libc-config.txt
parent732db5d2473cb5bf2c7d3e28b67e47cecf6008a8 (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/customize-libc-config.txt')
-rw-r--r--docs/customize-libc-config.txt2
1 files changed, 1 insertions, 1 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.