]> sourceware.org Git - glibc.git/blob - Makefile.in
Merge glibc-ports into ports/ directory.
[glibc.git] / Makefile.in
1 srcdir = @srcdir@
2
3 # Uncomment the line below if you want to do parallel build.
4 # PARALLELMFLAGS = -j 4
5
6 all .DEFAULT:
7 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
8
9 install:
10 LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
11 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
This page took 0.043971 seconds and 6 git commands to generate.