* Makefile.in (.NOTPARALLEL): Add fake tag.
From-SVN: r50622
This commit is contained in:
parent
6b8b9d7bd4
commit
63adb4ff83
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-11 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (.NOTPARALLEL): Add fake tag.
|
||||||
|
|
||||||
2002-03-07 H.J. Lu (hjl@gnu.org)
|
2002-03-07 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
* configure.in: Enable gprof for mips*-*-linux*.
|
* configure.in: Enable gprof for mips*-*-linux*.
|
||||||
|
@ -18,6 +18,11 @@
|
|||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Tell GNU make 2.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:
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
|
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-11 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (.NOTPARALLEL): Add fake tag.
|
||||||
|
|
||||||
2002-03-07 Geert Bosch <bosch@gnat.com>
|
2002-03-07 Geert Bosch <bosch@gnat.com>
|
||||||
|
|
||||||
* adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
|
* adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
|
||||||
|
@ -57,6 +57,10 @@
|
|||||||
# FLEX: Gnu flex works.
|
# FLEX: Gnu flex works.
|
||||||
# Other miscellaneous tools for obscure targets.
|
# Other miscellaneous tools for obscure targets.
|
||||||
|
|
||||||
|
# Tell GNU make 2.79 not to run this directory in parallel.
|
||||||
|
# Not all of the required dependencies are present.
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
# Suppress smart makes who think they know how to automake Yacc files
|
# Suppress smart makes who think they know how to automake Yacc files
|
||||||
.y.c:
|
.y.c:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user