X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.in;h=710ce7e2c22991e9d5a1829d1d33da92e77d2cd3;hb=9a3c78c065820fb2f52d73a125cb812cf593429f;hp=8b921c69050f7b2e8393d4bfc8f540c62df0c5d9;hpb=379bb42503133fd777012ab0a3101f1bb09c5528;p=platform%2Fupstream%2Fglibc.git diff --git a/Makefile.in b/Makefile.in index 8b921c6..710ce7e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,14 +1,20 @@ -# Generated from $Id$. - 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) PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@ + $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@ + +install: + LC_ALL=C; export LC_ALL; \ + $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@ + +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` $@