merge from gcc
This commit is contained in:
parent
184d0bc81c
commit
fec501579d
@ -1,3 +1,10 @@
|
|||||||
|
2001-11-26 DJ Delorie <dj@redhat.com>
|
||||||
|
Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* Makefile.in (stamp-h): Depend on Makefile for proper
|
||||||
|
serialization.
|
||||||
|
(*-subdir): Depend on config.h for proper serialization.
|
||||||
|
|
||||||
2001-11-26 DJ Delorie <dj@redhat.com>
|
2001-11-26 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* configure.in: Check for alloca.h (for regex.c and putenv.c).
|
* configure.in: Check for alloca.h (for regex.c and putenv.c).
|
||||||
|
@ -300,17 +300,22 @@ force:
|
|||||||
Makefile: $(srcdir)/Makefile.in config.status
|
Makefile: $(srcdir)/Makefile.in config.status
|
||||||
CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
|
CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
|
||||||
|
|
||||||
|
# Depending on Makefile makes sure that config.status has been re-run
|
||||||
|
# if needed. This prevents problems with parallel builds.
|
||||||
config.h: stamp-h ; @true
|
config.h: stamp-h ; @true
|
||||||
stamp-h: config.in config.status
|
stamp-h: config.in config.status Makefile
|
||||||
CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
|
CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
|
||||||
|
|
||||||
config.status: $(srcdir)/configure $(srcdir)/config.table
|
config.status: $(srcdir)/configure $(srcdir)/config.table
|
||||||
$(SHELL) ./config.status --recheck
|
$(SHELL) ./config.status --recheck
|
||||||
|
|
||||||
|
# Depending on config.h makes sure that config.status has been re-run
|
||||||
|
# if needed. This prevents problems with parallel builds, in case
|
||||||
|
# subdirectories need to run config.status also.
|
||||||
all-subdir check-subdir installcheck-subdir info-subdir \
|
all-subdir check-subdir installcheck-subdir info-subdir \
|
||||||
install-info-subdir clean-info-subdir dvi-subdir install-subdir \
|
install-info-subdir clean-info-subdir dvi-subdir install-subdir \
|
||||||
etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
|
etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
|
||||||
maintainer-clean-subdir:
|
maintainer-clean-subdir: config.h
|
||||||
@subdirs='$(SUBDIRS)'; \
|
@subdirs='$(SUBDIRS)'; \
|
||||||
target=`echo $@ | sed -e 's/-subdir//'`; \
|
target=`echo $@ | sed -e 's/-subdir//'`; \
|
||||||
for dir in $$subdirs ; do \
|
for dir in $$subdirs ; do \
|
||||||
|
Loading…
Reference in New Issue
Block a user