This target is supposed to perform a `make clean', and then remove the
appropriate parts of configure output.
Thus, $(LOOP) should be removed, since configure output only appears in
the top-src-dir, and $(outdir) should be removed afterwards.
The other two changes are just nitpicks: the quotes are not needed, and
$(outdir) already expands to ./out, so the extra ./ is superfluous.
$(LOOP)
clean: local-clean
- -rm -rf "./$(outdir)"
+ -rm -rf $(outdir)
$(LOOP)
ifeq (,$(findstring metafont,$(STEPMAKE_TEMPLATES)))
bin-clean: local-bin-clean
- -rm -rf "./$(outdir)"
+ -rm -rf $(outdir)
$(LOOP)
else
bin-clean:
endif
distclean: clean
- $(LOOP)
$(MAKE) local-distclean
cvs-clean:
config.cache config.status config.log index.html \
stepmake/stepmake/stepmake stepmake/stepmake/bin
rm -rf autom4te.cache
+ rm -rf $(outdir)
local-maintainerclean:
rm -f configure