From f27dd6e320287ebe160afbc7ef7847b8d4aea060 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Jan 2014 22:55:07 +0100 Subject: [PATCH] Maint: Moved ABI tools to maint/ --- tools/check-exports => maint/abi-check-exports | 0 tools/map-symbols => maint/abi-map-symbols | 0 tools/rename-symbols => maint/abi-rename-symbols | 2 +- tools/libucw.api => maint/libucw.abi | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename tools/check-exports => maint/abi-check-exports (100%) rename tools/map-symbols => maint/abi-map-symbols (100%) rename tools/rename-symbols => maint/abi-rename-symbols (96%) rename tools/libucw.api => maint/libucw.abi (100%) diff --git a/tools/check-exports b/maint/abi-check-exports similarity index 100% rename from tools/check-exports rename to maint/abi-check-exports diff --git a/tools/map-symbols b/maint/abi-map-symbols similarity index 100% rename from tools/map-symbols rename to maint/abi-map-symbols diff --git a/tools/rename-symbols b/maint/abi-rename-symbols similarity index 96% rename from tools/rename-symbols rename to maint/abi-rename-symbols index fe37ff9b..a222f93a 100755 --- a/tools/rename-symbols +++ b/maint/abi-rename-symbols @@ -5,7 +5,7 @@ use common::sense; my %renames = (); -open my $f, '<', 'tools/libucw.api' or die; +open my $f, '<', 'maint/libucw.abi' or die; my $current; while (<$f>) { chomp; diff --git a/tools/libucw.api b/maint/libucw.abi similarity index 100% rename from tools/libucw.api rename to maint/libucw.abi -- 2.39.2