diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3cb24bf097..8b921c6905 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,5 +5,10 @@ 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 + all .DEFAULT: $(MAKE) PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@ |