summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 23:01:21 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-21 11:02:00 +0100
commit007c80eae4e1f36e28a9645c485c14ec61baed4e (patch)
treea4a1caa38dfd9534877bc735a3f89c90cc7f8844 /Makefile.in
parent0ef1ce49eeed417c143a8c1bf77ce0d843306e3d (diff)
Remove the remainder of util/mk1mf.pl and companion scripts
This removes all scripts that deal with MINFO as well, since that's only used by mk1mf. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index d101df1ca8..baaaf84432 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -465,19 +465,11 @@ clean: libclean
rm -f speed.* .pure
rm -f $(TARFILE)
-makefile.one: files
- $(PERL) util/mk1mf.pl >makefile.one; \
- sh util/do_ms.sh
-
-files:
- $(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO
- @set -e; target=files; $(RECURSIVE_BUILD_CMD)
-
gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \
$(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate );
-test: files tests
+test: tests
tests: build_tests
@(cd test && echo "testing..." && \