]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - Makefile.in
Update nss tests to new skeleton
[thirdparty/glibc.git] / Makefile.in
index 1c1e2c1df14273fa3ba25bdfbde636c05cd11f56..3fe9e736458f816bb46956f4bc7192c351fa1d2e 100644 (file)
@@ -3,14 +3,18 @@ srcdir = @srcdir@
 # Uncomment the line below if you want to do parallel build.
 # PARALLELMFLAGS = -j 4
 
-# This option is for those who modify the sources and keep them in a
-# CVS repository.  Sometimes it is necessary to pass options to the cvs
-# program (not the command), like -z9 or -x.
-# CVSOPTS = -z9
+.PHONY: all install bench
 
 all .DEFAULT:
-       $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" CVSOPTS="$(CVSOPTS)" -C $(srcdir) objdir=`pwd` $@
+       $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
 
 install:
-       LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
-       $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" CVSOPTS="$(CVSOPTS)" -C $(srcdir) objdir=`pwd` $@
+       LC_ALL=C; export LC_ALL; \
+       $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
+
+bench bench-clean bench-build:
+       $(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` $@