mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r3523] Purpose:
Bug Fix Description: For some reason, it was trying to cd to the examples/ and pablo/ directories to do a distclean. Only problem was, they aren't here. Solution: Removed those from the `for' loop. Platforms tested: Linux
This commit is contained in:
parent
c45a1d919a
commit
ed7a1d171c
@ -64,7 +64,7 @@ install-doc:
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
|
||||
.PHONY: all lib progs test _test install uninstall dep depend clean \
|
||||
.PHONY: all lib progs test _test install uninstall dep depend clean \
|
||||
mostlyclean distclean maintainer-clean
|
||||
|
||||
clean mostlyclean:
|
||||
@ -73,8 +73,8 @@ clean mostlyclean:
|
||||
done
|
||||
|
||||
distclean:
|
||||
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) Makefile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user