Skip to content
Snippets Groups Projects
Commit 52cc0f69 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Expand $(BUILDDIR) before logging.

parent 89cda8a5
Branches
Tags
No related merge requests found
...@@ -394,7 +394,8 @@ spotless: ...@@ -394,7 +394,8 @@ spotless:
delete_builddir: delete_builddir:
-rm -rf "$(BUILDDIR)" -rm -rf "$(BUILDDIR)"
distclean: delete_builddir distclean:
@$(DO_MAKE) delete_builddir
$(DO_MAKE) "OS=source" delete_builddir $(DO_MAKE) "OS=source" delete_builddir
-rm -f bin/pike -rm -f bin/pike
...@@ -410,13 +411,16 @@ cvsclean: srcclean distclean docspotless ...@@ -410,13 +411,16 @@ cvsclean: srcclean distclean docspotless
-rm -f export_result.txt -rm -f export_result.txt
-rm -f Pike*.tar.gz -rm -f Pike*.tar.gz
docclean: delete_docs:
-rm -rf "$(BUILDDIR)/doc_build" -rm -rf "$(BUILDDIR)/doc_build"
-rm -f "$(BUILDDIR)/autodoc.xml" -rm -f "$(BUILDDIR)/autodoc.xml"
-rm -f "$(BUILDDIR)/modref.xml" -rm -f "$(BUILDDIR)/modref.xml"
-rm -f "$(BUILDDIR)/onepage.xml" -rm -f "$(BUILDDIR)/onepage.xml"
-rm -f "$(BUILDDIR)/traditional.xml" -rm -f "$(BUILDDIR)/traditional.xml"
docclean:
@$(DO_MAKE) delete_docs
docspotless: docclean docspotless: docclean
if test -f "refdoc/Makefile"; then \ if test -f "refdoc/Makefile"; then \
cd refdoc; $(DO_MAKE) spotless; \ cd refdoc; $(DO_MAKE) spotless; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment