]> git.ipfire.org Git - thirdparty/glibc.git/blame - Makefile.in
nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
[thirdparty/glibc.git] / Makefile.in
CommitLineData
28f540f4
RM
1srcdir = @srcdir@
2
c0e45674
UD
3# Uncomment the line below if you want to do parallel build.
4# PARALLELMFLAGS = -j 4
5
8cfdb7e0 6.PHONY: all install bench
6a1bf82f 7
28f540f4 8all .DEFAULT:
9d65ea3a 9 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
111bb972
UD
10
11install:
686554bf 12 LC_ALL=C; export LC_ALL; \
9d65ea3a 13 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
8cfdb7e0 14
a00d3f4a 15bench bench-clean bench-build:
8cfdb7e0 16 $(MAKE) -C $(srcdir)/benchtests $(PARALLELMFLAGS) objdir=`pwd` $@
26510bdd
CD
17
18# Convenience target to rebuild ULPs for all math tests.
19regen-ulps:
20 $(MAKE) -C $(srcdir)/math $(PARALLELMFLAGS) objdir=`pwd` $@