[pve-devel] [PATCH kernel 4.13 3/7] build: rename ABI file
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Mar 21 11:26:29 CET 2018
to track previous ABI to automatically skip ABI checks on ABI bumps
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Makefile | 2 +-
abi-previous => abi-prev-4.13.13-6-pve | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename abi-previous => abi-prev-4.13.13-6-pve (100%)
diff --git a/Makefile b/Makefile
index 4f12c58..e1d9f3c 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ ${DST_DEB}: ${BUILD_DIR}.prepared
${BUILD_DIR}.prepared: $(addsuffix .prepared,${KERNEL_SRC} ${MODULES} debian)
cp -a fwlist-previous ${BUILD_DIR}/
- cp -a abi-previous ${BUILD_DIR}/
+ cp -a abi-prev-* ${BUILD_DIR}/
cp -a abi-blacklist ${BUILD_DIR}/
touch $@
diff --git a/abi-previous b/abi-prev-4.13.13-6-pve
similarity index 100%
rename from abi-previous
rename to abi-prev-4.13.13-6-pve
--
2.14.2
More information about the pve-devel
mailing list