[Ocfs2-tools-devel] [PATCH 21/28] Postamble: Remove (S)BIN_EXTRA in clean

Sunil Mushran sunil.mushran at oracle.com
Fri Aug 19 15:16:18 PDT 2011


Postamble.make was not removing BIN_EXTRA and SBIN_EXTRA during clean.

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 7411bed..bab0655 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) $(UNINST_LIBRARIES) stamp-md5
+	rm -f *.o *.p .*.d core $(BIN_PROGRAMS) $(SBIN_PROGRAMS) $(LIBRARIES) $(UNINST_PROGRAMS) $(UNINST_LIBRARIES) $(SBIN_EXTRA) $(BIN_EXTRA) stamp-md5
 
 
 DIST_SUBDIRS = $(addsuffix -dist,$(SUBDIRS))
-- 
1.7.4.1




More information about the Ocfs2-tools-devel mailing list