mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
2003-10-15 Alexandre Oliva <aoliva@redhat.com>
* Makefile.am: Add $(MAKE) comments to multido and multiclean lines, to enable parallel make. * Makefile.in: Rebuilt.
This commit is contained in:
parent
8cf2a4dcb2
commit
b11926e717
@ -1,3 +1,9 @@
|
|||||||
|
2003-10-15 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add $(MAKE) comments to multido and multiclean
|
||||||
|
lines, to enable parallel make.
|
||||||
|
* Makefile.in: Rebuilt.
|
||||||
|
|
||||||
2003-10-14 Christopher Faylor <cgf@redhat.com>
|
2003-10-14 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* libc/time/clock.c: Clarify documentation of return value when no
|
* libc/time/clock.c: Clarify documentation of return value when no
|
||||||
|
@ -230,7 +230,7 @@ else
|
|||||||
rm -f $(DESTDIR)$(toollibdir)/libg.a
|
rm -f $(DESTDIR)$(toollibdir)/libg.a
|
||||||
ln $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a >/dev/null 2>/dev/null || cp $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a
|
ln $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a >/dev/null 2>/dev/null || cp $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a
|
||||||
endif
|
endif
|
||||||
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
|
||||||
-if [ -z "$(MULTISUBDIR)" ]; then \
|
-if [ -z "$(MULTISUBDIR)" ]; then \
|
||||||
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include; \
|
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include; \
|
||||||
for i in $(srcdir)/libc/include/*.h; do \
|
for i in $(srcdir)/libc/include/*.h; do \
|
||||||
@ -291,18 +291,19 @@ clean-recursive: clean-multi
|
|||||||
distclean-recursive: distclean-multi
|
distclean-recursive: distclean-multi
|
||||||
maintainer-clean-recursive: maintainer-clean-multi
|
maintainer-clean-recursive: maintainer-clean-multi
|
||||||
|
|
||||||
|
# The $(MAKE) comments below are to enable parallel building.
|
||||||
all-multi:
|
all-multi:
|
||||||
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
|
||||||
check-multi:
|
check-multi:
|
||||||
$(MULTIDO) $(AM_MAKEFLAGS) DO=check multi-do
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=check multi-do # $(MAKE)
|
||||||
mostlyclean-multi:
|
mostlyclean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
|
||||||
clean-multi:
|
clean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
|
||||||
distclean-multi:
|
distclean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
|
||||||
maintainer-clean-multi:
|
maintainer-clean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
|
||||||
|
|
||||||
MAKEOVERRIDES=
|
MAKEOVERRIDES=
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
@ -496,7 +496,7 @@ maintainer-clean-recursive:
|
|||||||
dot_seen=no; \
|
dot_seen=no; \
|
||||||
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||||
rev="$$subdir $$rev"; \
|
rev="$$subdir $$rev"; \
|
||||||
test "$$subdir" = "." && dot_seen=yes; \
|
test "$$subdir" != "." || dot_seen=yes; \
|
||||||
done; \
|
done; \
|
||||||
test "$$dot_seen" = "no" && rev=". $$rev"; \
|
test "$$dot_seen" = "no" && rev=". $$rev"; \
|
||||||
target=`echo $@ | sed s/-recursive//`; \
|
target=`echo $@ | sed s/-recursive//`; \
|
||||||
@ -801,7 +801,7 @@ stmp-targ-include: config.status
|
|||||||
install-data-local: install-toollibLIBRARIES
|
install-data-local: install-toollibLIBRARIES
|
||||||
@USE_LIBTOOL_FALSE@ rm -f $(DESTDIR)$(toollibdir)/libg.a
|
@USE_LIBTOOL_FALSE@ rm -f $(DESTDIR)$(toollibdir)/libg.a
|
||||||
@USE_LIBTOOL_FALSE@ ln $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a >/dev/null 2>/dev/null || cp $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a
|
@USE_LIBTOOL_FALSE@ ln $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a >/dev/null 2>/dev/null || cp $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a
|
||||||
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
|
||||||
-if [ -z "$(MULTISUBDIR)" ]; then \
|
-if [ -z "$(MULTISUBDIR)" ]; then \
|
||||||
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include; \
|
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include; \
|
||||||
for i in $(srcdir)/libc/include/*.h; do \
|
for i in $(srcdir)/libc/include/*.h; do \
|
||||||
@ -860,18 +860,19 @@ clean-recursive: clean-multi
|
|||||||
distclean-recursive: distclean-multi
|
distclean-recursive: distclean-multi
|
||||||
maintainer-clean-recursive: maintainer-clean-multi
|
maintainer-clean-recursive: maintainer-clean-multi
|
||||||
|
|
||||||
|
# The $(MAKE) comments below are to enable parallel building.
|
||||||
all-multi:
|
all-multi:
|
||||||
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
|
||||||
check-multi:
|
check-multi:
|
||||||
$(MULTIDO) $(AM_MAKEFLAGS) DO=check multi-do
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=check multi-do # $(MAKE)
|
||||||
mostlyclean-multi:
|
mostlyclean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
|
||||||
clean-multi:
|
clean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
|
||||||
distclean-multi:
|
distclean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
|
||||||
maintainer-clean-multi:
|
maintainer-clean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
|
||||||
|
|
||||||
site.exp: Makefile
|
site.exp: Makefile
|
||||||
@echo 'Making a new site.exp file...'
|
@echo 'Making a new site.exp file...'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user