mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r2719] Purpose:
Bug fix Description: During a `reconfigure', it wasn't traversing the subdirectories... Solution: Added a loop to the reconfigure logic to do just that. Platforms tested: NOT tested...
This commit is contained in:
parent
51ba7ad48c
commit
af17e1ee3f
@ -146,6 +146,11 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1)
|
|||||||
# rerun the autoconf process if any configure components have changed.
|
# rerun the autoconf process if any configure components have changed.
|
||||||
reconfigure: $(MAKEFILE_PARTS) $(STAMP2)
|
reconfigure: $(MAKEFILE_PARTS) $(STAMP2)
|
||||||
-cd $(top_builddir); CONFIG_HEADERS= ./config.status
|
-cd $(top_builddir); CONFIG_HEADERS= ./config.status
|
||||||
|
@for sub in @subdirs@ dummy; do \
|
||||||
|
if test $$test != dummy; then \
|
||||||
|
-cd $$test; $(MAKE) reconfigure; \
|
||||||
|
fi; \
|
||||||
|
done;
|
||||||
|
|
||||||
##-----------------------------------------------------------------------------
|
##-----------------------------------------------------------------------------
|
||||||
## The following section of this makefile comes from the middle of
|
## The following section of this makefile comes from the middle of
|
||||||
|
Loading…
Reference in New Issue
Block a user