Skip to content

Commit

Permalink
Obsolete make targets removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 13, 2023
1 parent de8c1bb commit b7f2941
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit b7f2941

Please sign in to comment.