build: make `make dirclean` remove the whole GLUON_OUTPUTDIR

This commit is contained in:
Matthias Schiffer 2015-11-02 00:53:00 +01:00
parent 7475ef8f14
commit db6c50011d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ dirclean : FORCE
for dir in build_dir dl staging_dir tmp; do \
rm -rf $(GLUON_ORIGOPENWRTDIR)/$$dir; \
done
rm -rf $(GLUON_BUILDDIR) $(GLUON_IMAGEDIR)
rm -rf $(GLUON_BUILDDIR) $(GLUON_OUTPUTDIR)
else