diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-22 09:45:02 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-22 09:45:02 +0000 |
commit | 0929e196d2279df7685558c710359c61d5589199 (patch) | |
tree | 5e2228bbede7614f0d74023f6fb11a0e48f23f29 /Makefile | |
parent | c12b5f415798001a303145de0907a24968710a19 (diff) |
no check needed in libm/libpthread, we do not recurse anymore if the related option is not set, more Makefile cleanups
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -258,7 +258,7 @@ endif # Ugh!!! Remember that libdl.a and libdl_pic.a are different. Since # libdl is pretty small, and not likely to benefit from mklibs.py and # similar, lets just remove libdl_pic.a and avoid the issue - rm -f $(PREFIX)$(DEVEL_PREFIX)lib/libdl_pic.a + $(RM) $(PREFIX)$(DEVEL_PREFIX)lib/libdl_pic.a endif @@ -277,7 +277,6 @@ ifeq ($(strip $(HAVE_SHARED)),y) fi; endif -.PHONY: utils utils: $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils @@ -351,9 +350,6 @@ clean: subdirs_clean - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec $(RM) {} \; @$(RM) -r lib include/bits $(MAKE) -C libc/misc/internals clean - $(MAKE) -C libc/misc/wchar clean - $(MAKE) -C libc/unistd clean - $(MAKE) -C libc/sysdeps/linux/common clean $(MAKE) -C extra/locale clean @set -e; \ for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \ |