diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-07 10:16:47 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-08 19:41:54 +0100 |
commit | 436dc00d7a3eda45e5eb49bbd0b7a308347d4bcb (patch) | |
tree | 8abf2ecb7d2ab655d15b28b43ca007d70e29467f /docs/manual/package-make-target.txt | |
parent | 6febf6a8a0a16bd0a4ff7c6bcfeab258345d060f (diff) | |
download | buildroot-436dc00d7a3eda45e5eb49bbd0b7a308347d4bcb.tar.gz buildroot-436dc00d7a3eda45e5eb49bbd0b7a308347d4bcb.zip |
manual: remove package clean commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/package-make-target.txt')
-rw-r--r-- | docs/manual/package-make-target.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt index 8210e94ccf..9eefe680b0 100644 --- a/docs/manual/package-make-target.txt +++ b/docs/manual/package-make-target.txt @@ -63,9 +63,6 @@ Additionally, there are some other useful make targets: | +show-depends+ | Displays the dependencies required to build the package -| +clean+ | Run the clean command of the package; _note that - this is not implemented for all packages_ - | +dirclean+ | Remove the whole package build directory | +rebuild+ | Re-run the compilation commands - this only makes |