From e8929d1a61c929b2c5bfaa91e0ba17468f7777ae Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 18 Jan 2006 16:51:47 +0000 Subject: [PATCH] * "make distclean" now does what you'd expect * "make clean toolsclean" now does what "make distclean" did before --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6f7fb6d..4a54de0a 100644 --- a/Makefile +++ b/Makefile @@ -1670,10 +1670,13 @@ clean-debug: clean-release: $(MAKE) clean2 B=$(BR) CFLAGS="$(RELEASE_CFLAGS)" -distclean: clean +toolsclean: $(MAKE) -C $(TOOLSDIR)/asm clean uninstall $(MAKE) -C $(TOOLSDIR)/lcc clean uninstall +distclean: clean toolsclean + rm -rf $(BUILD_DIR) + installer: build_release $(MAKE) VERSION=$(VERSION) -C $(LOKISETUPDIR)