Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2003-03-17 13:34:30 +0300
committercvs2svn <>2003-03-17 13:34:30 +0300
commiteb5090421a0452e1519c10734dac03c9cee39a58 (patch)
tree897c10c368e1c06e19224241fbd4fda8be3739fe /Makefile.tpl
parent1b50ed36c7a162bf6fb2429490bc5963e8c6a11e (diff)
This commit was manufactured by cvs2svn to create branchcagney_lazyid-20030317-branchpointcagney_lazyid-20030317-branch
'cagney_lazyid-20030317-branch'. Sprout from offbyone-20030313-branch 2003-03-12 20:47:08 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2003-03-17 10:34:29 UTC Nick Clifton <nickc@redhat.com> '(O_SYS_CMDLINE): New pseudo opcode for command line processing.': ChangeLog Makefile.in Makefile.tpl include/opcode/ChangeLog include/opcode/h8300.h
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index ab37bdf2b..72e24983c 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -23,10 +23,6 @@ in
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# Don't pass command-line variables to submakes.
-.NOEXPORT:
-MAKEOVERRIDES=
-
# -------------------------------
# Standard Autoconf-set variables
# -------------------------------
@@ -1454,10 +1450,18 @@ AUTOCONF = autoconf
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
cd $(srcdir) && $(AUTOCONF)
+# ------------------------------
+# Special directives to GNU Make
+# ------------------------------
+
# Tell GNU make 3.79 not to run the top level in parallel. This
# prevents contention for $builddir/$target/config.cache, as well
# as minimizing scatter in file system caches.
NOTPARALLEL = .NOTPARALLEL
$(NOTPARALLEL):
+# Don't pass command-line variables to submakes.
+.NOEXPORT:
+MAKEOVERRIDES=
+
# end of Makefile.in