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>
|
||||
|
||||
* Snapshot 2000-02-03.
|
||||
|
|
|
@ -212,7 +212,8 @@ install: all
|
|||
@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS)
|
||||
|
||||
subdirs: force
|
||||
@for i in $(SUBDIRS); do \
|
||||
@test -z "$(SUBDIRS)" && exit 0; \
|
||||
for i in $(SUBDIRS); do \
|
||||
echo "Making $(DO) in $${i}..." ; \
|
||||
if [ -d ./$$i ] ; then \
|
||||
if (rootme=`pwd`/ ; export rootme ; \
|
||||
|
|
Loading…
Reference in New Issue