[Ocfs2-tools-devel] [PATCH 01/11] makefiles: Remove UNINST_LIBRARIES on "make clean"

Sunil Mushran sunil.mushran at oracle.com
Thu Sep 27 17:14:24 PDT 2007


From: Joel Becker <joel.becker at oracle.com>

UNINST_LIBRARIES were not being cleaned up.  Add them to "make clean" in
Postamble.make.  This change is already upstream in Makebo.

Signed-off-by: Joel Becker <joel.becker at oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh at oracle.com>
Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
 Postamble.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Postamble.make b/Postamble.make
index 3113a75..1c2b65f 100644
--- a/Postamble.make
+++ b/Postamble.make
@@ -149,7 +149,7 @@ $(CLEAN_SUBDIRS):
 	$(MAKE) -C $(subst -clean,,$@) clean
 
 clean: clean-subdirs $(CLEAN_RULES)
-	rm -f *.o *.p .*.d core $(BIN_PROGRAMS) $(SBIN_PROGRAMS) $(LIBRARIES) $(UNINST_PROGRAMS) stamp-md5
+	rm -f *.o *.p .*.d core $(BIN_PROGRAMS) $(SBIN_PROGRAMS) $(LIBRARIES) $(UNINST_PROGRAMS) $(UNINST_LIBRARIES) stamp-md5
 
 
 DIST_SUBDIRS = $(addsuffix -dist,$(SUBDIRS))
-- 
1.5.2.5




More information about the Ocfs2-tools-devel mailing list