[PATCH 1/2] Add a "distclean" target to make.

Thiago Macieira thiago at macieira.org
Thu May 9 12:18:01 PDT 2013


Right now, it does the same as confclean

Signed-off-by: Thiago Macieira <thiago at macieira.org>
---
 Rules.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Rules.mk b/Rules.mk
index d5bc312..8dc95c0 100644
--- a/Rules.mk
+++ b/Rules.mk
@@ -218,6 +218,8 @@ confclean: clean
 	rm -f $(CONFIGFILE)
 	rm -rf .dep
 
+distclean: confclean
+
 ifneq ($(CONFIGURED)$(CONFIGURING),)
 .dep/%.o.dep: %.cpp
 	@mkdir -p $(@D)
-- 
1.7.11.7



More information about the subsurface mailing list