[Skiboot] [PATCH v2] Fix xscom-utils distclean target

Frédéric Bonnard frediz at linux.vnet.ibm.com
Fri Jan 26 04:01:46 AEDT 2018


In Debian/Ubuntu, the packaging system likes to have a full cleanup that
restores the tree back to original one, so add some files to the distclean
target.

Signed-off-by: Frédéric Bonnard <frediz at linux.vnet.ibm.com>
---
 external/xscom-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/xscom-utils/Makefile b/external/xscom-utils/Makefile
index 3fee2473..97c11896 100644
--- a/external/xscom-utils/Makefile
+++ b/external/xscom-utils/Makefile
@@ -41,7 +41,7 @@ clean:
 
 .PHONY: distclean
 distclean: clean
-	rm -rf *.c~ *.h~ *.i *.s Makefile~
+	rm -rf *.c~ *.h~ *.i *.s Makefile~ .version version.c
 
 version.c: ../../make_version.sh  .version
 	@(if [ "a$(XSCOM_VERSION)" = "a" ]; then \
-- 
2.11.0



More information about the Skiboot mailing list