From bfb0dd28f158853487c0ff73c87be9ec85d298bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 28 Mar 2017 09:09:31 +0200 Subject: [PATCH] buildsys: rename abi-current to abi-previous to be consistent with fwlist-previous --- Makefile | 4 ++-- abi-current => abi-previous | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename abi-current => abi-previous (100%) diff --git a/Makefile b/Makefile index f16fcf9..9346ad8 100644 --- a/Makefile +++ b/Makefile @@ -170,8 +170,8 @@ fwcheck: fwlist-${KVNAME} fwlist-previous abi-${KVNAME}: .compile_mark sed -e 's/^\(.\+\)[[:space:]]\+\(.\+\)[[:space:]]\(.\+\)$$/\3 \2 \1/' ${KERNEL_SRC}/Module.symvers | sort > abi-${KVNAME} -abicheck: abi-${KVNAME} abi-current abi-blacklist - ./abi-check abi-${KVNAME} abi-current ${SKIPABI} +abicheck: abi-${KVNAME} abi-previous abi-blacklist + ./abi-check abi-${KVNAME} abi-previous ${SKIPABI} data: .compile_mark igb.ko ixgbe.ko e1000e.ko ${SPL_MODULES} ${ZFS_MODULES} rm -rf data tmp; mkdir -p tmp/lib/modules/${KVNAME} diff --git a/abi-current b/abi-previous similarity index 100% rename from abi-current rename to abi-previous