Skip to content
Snippets Groups Projects
  • Felix Fietkau's avatar
    b20a2b48
    Makefile: move the cleaning of staging_dir/target* from dirclean to clean · b20a2b48
    Felix Fietkau authored
    
    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: default avatarHannu Nyman <hannu.nyman@iki.fi>
    
    SVN-Revision: 45973
    b20a2b48
    History
    Makefile: move the cleaning of staging_dir/target* from dirclean to clean
    Felix Fietkau authored
    
    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: default avatarHannu Nyman <hannu.nyman@iki.fi>
    
    SVN-Revision: 45973
Makefile 2.60 KiB