2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>
* Makefile.in (subdirs): Workaround for broken shells.
This commit is contained in:
parent
152e16e798
commit
ab81a36772
@ -1,3 +1,7 @@
|
|||||||
|
2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>
|
||||||
|
|
||||||
|
* Makefile.in (subdirs): Workaround for broken shells.
|
||||||
|
|
||||||
2000-02-03 Mumit Khan <khan@xraylith.wisc.edu>
|
2000-02-03 Mumit Khan <khan@xraylith.wisc.edu>
|
||||||
|
|
||||||
* Snapshot 2000-02-03.
|
* Snapshot 2000-02-03.
|
||||||
|
@ -212,7 +212,8 @@ install: all
|
|||||||
@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS)
|
@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS)
|
||||||
|
|
||||||
subdirs: force
|
subdirs: force
|
||||||
@for i in $(SUBDIRS); do \
|
@test -z "$(SUBDIRS)" && exit 0; \
|
||||||
|
for i in $(SUBDIRS); do \
|
||||||
echo "Making $(DO) in $${i}..." ; \
|
echo "Making $(DO) in $${i}..." ; \
|
||||||
if [ -d ./$$i ] ; then \
|
if [ -d ./$$i ] ; then \
|
||||||
if (rootme=`pwd`/ ; export rootme ; \
|
if (rootme=`pwd`/ ; export rootme ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user