* Makefile.in (subdirs): Previous change did not fix problem in broken shells.
This commit is contained in:
parent
42867d69ae
commit
4a7a5a717c
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jun 17 18:27:59 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (subdirs): Previous change did not fix problem in
|
||||||
|
broken shells.
|
||||||
|
|
||||||
Sat Jun 17 13:49:12 2000 Christopher Faylor <cgf@cygnus.com>
|
Sat Jun 17 13:49:12 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in: Avoid installing dll if we're cross building and the
|
* Makefile.in: Avoid installing dll if we're cross building and the
|
||||||
|
@ -219,10 +219,9 @@ install: all $(install_dlls_host)
|
|||||||
@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS)
|
@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS)
|
||||||
|
|
||||||
subdirs: force
|
subdirs: force
|
||||||
@test -z "$(SUBDIRS)" && exit 0; \
|
@for i in should-never-exist $(SUBDIRS); do \
|
||||||
for i in $(SUBDIRS); do \
|
|
||||||
echo "Making $(DO) in $${i}..." ; \
|
|
||||||
if [ -d ./$$i ] ; then \
|
if [ -d ./$$i ] ; then \
|
||||||
|
echo "Making $(DO) in $${i}..." ; \
|
||||||
if (rootme=`pwd`/ ; export rootme ; \
|
if (rootme=`pwd`/ ; export rootme ; \
|
||||||
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
|
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
|
||||||
cd ./$$i; \
|
cd ./$$i; \
|
||||||
|
Loading…
Reference in New Issue
Block a user