Commit 21dc644b authored by Anton Midyukov's avatar Anton Midyukov

Revert "clean.mk: do not run twice make clean (distclean)"

This reverts commit 83e0b913. However, it is not make clean is executed, but the make distclean.
parent f49bc5a7
......@@ -43,6 +43,8 @@ distclean: clean
echo "** ERROR: invalid \`"$(SYMLINK)"' symlink" >&2; \
exit 128; \
else \
$(MAKE) -C "$(SYMLINK)" $@ \
GLOBAL_BUILDDIR="$$build" $(LOG) ||:; \
rm -rf "$$build"; \
fi; \
fi; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment