diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 17:47:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 17:47:16 +0000 |
commit | b20a2b48901195a79d86eaecb386d45fe5d63c39 (patch) | |
tree | 7eec0b9bf66486f91abd853dab7507d19533dc87 /target/linux/Makefile | |
parent | ffc033b26bb651af3b16dbd0044f770064fa2d0c (diff) | |
download | upstream-b20a2b48901195a79d86eaecb386d45fe5d63c39.tar.gz upstream-b20a2b48901195a79d86eaecb386d45fe5d63c39.tar.bz2 upstream-b20a2b48901195a79d86eaecb386d45fe5d63c39.zip |
Makefile: move the cleaning of staging_dir/target* from dirclean to clean
Currently "make clean" only clears the build_dir/target*, but leaves
staging_dir/target* intact. "make clean" should also clean the
staging_dir/target* directories, as in the current situation some old
packages or libraries may be linked into the firmware from staging_dir
despite a "make clean".
The patch reorganises clean / dirclean functionality so that
* "make clean" also clears the staging_dir/target* in addition to
build_dir/target*.
* "make dirclean" clears toolchain and host(=tools) directories from both
build_dir and staging_dir
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 45973
Diffstat (limited to 'target/linux/Makefile')
0 files changed, 0 insertions, 0 deletions