diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-21 07:57:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-21 07:57:38 +0000 |
commit | 82ffefbd30d350acf9ed2cad65a10433a267a92c (patch) | |
tree | 564840f39bee7f52886e2b8d3465c9bc2c4b9fa9 /Makefile.in | |
parent | 88917b0f143e2eac468aea14338b4d9eddba389d (diff) |
- do not delete the libs i keep for size-comparison
Explicitely list the directories in which we rm the static(only?) libs.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index e39007b7b..92c6e9e50 100644 --- a/Makefile.in +++ b/Makefile.in @@ -343,8 +343,10 @@ defconfig: extra/config/conf include/bits clean: $(Q)$(RM) -r lib include/bits - $(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a - $(RM) include/fpu_control.h include/dl-osinfo.h include/hp-timing.h + $(RM) ldso/*/*.a libpthread/*/*.a libc/*.a libcrypt/*.a libintl/*.a \ + libm/*.a libnsl/*.a libpthread/*.a libresolv/*.a librt/*.a \ + libutil/*.a lib/*.a \ + include/fpu_control.h include/dl-osinfo.h include/hp-timing.h $(MAKE) objclean-y headers_clean-y $(MAKE) -s -C test clean $(MAKE) -C utils utils_clean |