summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-26 16:36:57 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-05-26 16:36:57 +0200
commit29ca5d1175b32d0c8aeba2c45b4da97514909a9c (patch)
tree4128d15a1d3ab935f4d623ab978606ebe06da376 /Makefile.in
parentfc0d673d835a04f30902a464913bd85f5383fb08 (diff)
parent9a079e270a9bec7e1fe28aeda63e07c1bb808d44 (diff)
Merge commit 'refs/top-bases/t/remap_getcwd' into t/remap_getcwd
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index df75b8f0c4..945bc32d4d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,5 +12,9 @@ install:
LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
$(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
-bench:
+bench bench-clean:
$(MAKE) -C $(srcdir)/benchtests $(PARALLELMFLAGS) objdir=`pwd` $@
+
+# Convenience target to rebuild ULPs for all math tests.
+regen-ulps:
+ $(MAKE) -C $(srcdir)/math $(PARALLELMFLAGS) objdir=`pwd` $@