mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r3115] Purpose:
Doh! Description: When adding the examples directory to the testing, forgot to remove it from the other scripts in the makefile since it would then be run twice. Solution: Removed it (saved the old code) Platforms tested: Hey! Trust me :)
This commit is contained in:
parent
84fadb9f74
commit
8343f2a687
@ -72,8 +72,9 @@ lib progs check test _test uninstall:
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
done
|
||||
|
||||
## @@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
tests TAGS dep depend:
|
||||
@@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
done
|
||||
|
||||
@ -86,14 +87,16 @@ install:
|
||||
.PHONY: all lib progs test _test install uninstall dep depend clean \
|
||||
mostlyclean distclean maintainer-clean
|
||||
|
||||
## @@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
clean mostlyclean:
|
||||
@@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) conftest conftest.c
|
||||
|
||||
## @@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
distclean:
|
||||
@@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
@@SETX@; for d in $(SUBDIRS); do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) config/commence config/conclude
|
||||
|
Loading…
Reference in New Issue
Block a user