* <BOLD AND FAT>"make distclean" now does what you'd expect</BOLD AND FAT>

* "make clean toolsclean" now does what "make distclean" did before
This commit is contained in:
Tim Angus 2006-01-18 16:51:47 +00:00
parent 6a396f761f
commit e8929d1a61
1 changed files with 4 additions and 1 deletions

View File

@ -1670,10 +1670,13 @@ clean-debug:
clean-release: clean-release:
$(MAKE) clean2 B=$(BR) CFLAGS="$(RELEASE_CFLAGS)" $(MAKE) clean2 B=$(BR) CFLAGS="$(RELEASE_CFLAGS)"
distclean: clean toolsclean:
$(MAKE) -C $(TOOLSDIR)/asm clean uninstall $(MAKE) -C $(TOOLSDIR)/asm clean uninstall
$(MAKE) -C $(TOOLSDIR)/lcc clean uninstall $(MAKE) -C $(TOOLSDIR)/lcc clean uninstall
distclean: clean toolsclean
rm -rf $(BUILD_DIR)
installer: build_release installer: build_release
$(MAKE) VERSION=$(VERSION) -C $(LOKISETUPDIR) $(MAKE) VERSION=$(VERSION) -C $(LOKISETUPDIR)