summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-10-17 11:03:21 -0700
committerAustin Foxley <austinf@cetoncorp.com>2009-10-17 11:03:21 -0700
commit56ee02b19ec01bef0ab6da46e54e40a418a29bab (patch)
tree2e11d1faddaba94c02529757a31bff99211accd4
parentcfb6cb21b3db80dd1ec930165cbc866643cfc2cc (diff)
downloaduClibc-alpine-56ee02b19ec01bef0ab6da46e54e40a418a29bab.tar.bz2
uClibc-alpine-56ee02b19ec01bef0ab6da46e54e40a418a29bab.tar.xz
Remove broken install_test target
If someone wants to fix and readd, please do it on master Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r--Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.in b/Makefile.in
index 0748d36b5..a85c99e3e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -381,20 +381,6 @@ ifeq ($(HAVE_SHARED),y)
fi
endif
-# Installs only library tests
-install_test:
- mkdir -p $(PREFIX)
- $(INSTALL) -m 644 .config Rules.mak $(PREFIX)
- for i in `find test -type d | grep -v .svn` ; do $(INSTALL) -d $(PREFIX)/$$i ; done
- for j in `find test -name '*.c' -o -name '*.in' -o -name '*.dat' -o -name '*.input'` ; \
- do $(INSTALL) -m 644 $$j $(PREFIX)/$$j; done
- for j in `find test -name '*.mak' -o -name 'Make*'| grep -v .svn`; \
- do $(INSTALL) -m 644 $$j $(PREFIX)/$$j; done
- for j in `find test -name '*.so'` ; \
- do $(INSTALL) -m 755 $$j $(PREFIX)/$$j; done
- for j in `find test -perm 755 ! -name 'gen-libm-test.pl' ! -type d ! -name '*.so' | grep -v .svn`; \
- do $(INSTALL) -m 755 $$j $(PREFIX)/$$j; done
-
utils:
$(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils $@