From faa3d7515d360f3addfb86bbd08faa2c0ab3c670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 21 Mar 2018 11:27:29 +0100 Subject: [PATCH] build: rename ABI file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to track previous ABI to automatically skip ABI checks on ABI bumps. Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- abi-previous => abi-prev-4.15.3-1-pve | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename abi-previous => abi-prev-4.15.3-1-pve (100%) diff --git a/Makefile b/Makefile index 4b22ee9..cb67599 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,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.15.3-1-pve similarity index 100% rename from abi-previous rename to abi-prev-4.15.3-1-pve