mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r1940] Changed distclean target to clean up a few more recently created
files.
This commit is contained in:
parent
7581a07f42
commit
9e26ff2daa
@ -91,9 +91,11 @@ distclean:
|
||||
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) config/commence config/conclude config/depend
|
||||
-$(RM) config.cache config.log config.status src/H5config.h
|
||||
-$(RM) config/stamp1 config/stamp2 libtool Makefile
|
||||
-$(RM) config/commence config/conclude
|
||||
-$(RM) config/stamp1 config/stamp2 config/depend?
|
||||
-$(RM) config.cache config.log config.status
|
||||
-$(RM) src/H5config.h src/H5pubconf.h
|
||||
-$(RM) libtool Makefile
|
||||
-$(CP) Makefile.dist Makefile
|
||||
|
||||
maintainer-clean:
|
||||
|
Loading…
Reference in New Issue
Block a user