mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* Makefile.in (.NOTPARALLEL): Add fake tag.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user