mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r1401] Included pablo in the clean up targets too. Not sure if it should
be in the tests target, so did not put it there.
This commit is contained in:
parent
fdc6caec28
commit
13b67571be
@ -93,13 +93,13 @@ H5Tinit.c:
|
||||
mostlyclean distclean maintainer-clean
|
||||
|
||||
clean mostlyclean:
|
||||
@@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) conftest conftest.c
|
||||
|
||||
distclean:
|
||||
@@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) config/commence config/conclude config/depend
|
||||
@ -110,7 +110,7 @@ distclean:
|
||||
maintainer-clean:
|
||||
@echo "This command is intented for maintainers to use;"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
@@SETX@; for d in $(SUBDIRS) examples; do \
|
||||
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) config.cache config.log config.status src/H5config.h
|
||||
|
Loading…
Reference in New Issue
Block a user