[Skiboot] [PATCH] Fix xscom-utils clean target
Frédéric Bonnard
frediz at linux.vnet.ibm.com
Fri Jan 26 01:34:49 AEDT 2018
In Debian/Ubuntu, the packaging system likes to have a full cleanup that
restores the tree back to the original one, so add some files to the
clean 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..9bc0ea6a 100644
--- a/external/xscom-utils/Makefile
+++ b/external/xscom-utils/Makefile
@@ -37,7 +37,7 @@ install: all
.PHONY: clean
clean:
- rm -rf *.[od] getscom putscom getsram
+ rm -rf *.[od] getscom putscom getsram .version version.c
.PHONY: distclean
distclean: clean
--
2.11.0
More information about the Skiboot
mailing list