Skip to content
Snippets Groups Projects
Commit db6c5001 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: make `make dirclean` remove the whole GLUON_OUTPUTDIR

parent 7475ef8f
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ dirclean : FORCE ...@@ -115,7 +115,7 @@ dirclean : FORCE
for dir in build_dir dl staging_dir tmp; do \ for dir in build_dir dl staging_dir tmp; do \
rm -rf $(GLUON_ORIGOPENWRTDIR)/$$dir; \ rm -rf $(GLUON_ORIGOPENWRTDIR)/$$dir; \
done done
rm -rf $(GLUON_BUILDDIR) $(GLUON_IMAGEDIR) rm -rf $(GLUON_BUILDDIR) $(GLUON_OUTPUTDIR)
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment