[git commit nptl] Remove broken install_test target

Austin Foxley austinf at cetoncorp.com
Sat Oct 17 18:01:45 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=56ee02b19ec01bef0ab6da46e54e40a418a29bab
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

If someone wants to fix and readd, please do it on master

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 Makefile.in |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 0748d36..a85c99e 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 $@
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list