mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Obsolete make targets removed
This commit is contained in:
parent
de8c1bba23
commit
b7f29419e9
1 changed files with 3 additions and 7 deletions
10
Makefile
10
Makefile
|
|
@ -74,8 +74,8 @@ endif
|
|||
pretty precommit precommitclean doxygenclean doxygen \
|
||||
fpretty fprettyclean \
|
||||
doxify doxifyclean \
|
||||
install clean realclean distclean mrproper help \
|
||||
test testbg testclean testrealclean \
|
||||
install clean realclean distclean help \
|
||||
test testbg testclean \
|
||||
data \
|
||||
$(EXTSPACKAGES)
|
||||
|
||||
|
|
@ -334,14 +334,10 @@ testclean:
|
|||
rm -rf $(foreach v, $(VERSION), $(MAINTSTDIR)/$(ARCH)/$(v)/TEST-*)
|
||||
OTHER_HELP += "testclean : Remove all TEST-* files for given ARCH and VERSION"
|
||||
|
||||
testrealclean: testclean
|
||||
rm -rf $(foreach v, $(VERSION), $(MAINTSTDIR)/$(ARCH)/$(v)/LAST-*)
|
||||
OTHER_HELP += "testrealclean : Remove all LAST-* and TEST-* files for given ARCH and VERSION"
|
||||
|
||||
#
|
||||
# Remove all files from previous builds
|
||||
#
|
||||
distclean: precommitclean fprettyclean doxifyclean testrealclean
|
||||
distclean: precommitclean fprettyclean doxifyclean
|
||||
rm -rf $(DOXYGENDIR) $(MAINEXEDIR) $(MAINOBJDIR) $(MAINLIBDIR) $(MAINTSTDIR)
|
||||
OTHER_HELP += "distclean : Remove all files from previous builds"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue