The following commit has been merged in the master branch:
commit 20f0d638fee7d1c383ee9e1a83e2a7ddabc065b5
Author: Guillem Jover <[email protected]>
Date: Sat Jul 10 09:13:50 2010 +0200
build: Rename overriding check targets to check-local
This allows to have the local targets and be able to use the native
automake targets in the future.
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 4589fa9..4fa25d3 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -229,7 +229,7 @@ clean-local:
rm -fr man
rm -fr $(test_tmpdir)
-check: $(test_data) $(test_cases)
+check-local: $(test_data) $(test_cases)
$(mkdir_p) $(test_tmpdir)
PATH="$(top_builddir)/src:$(top_builddir)/scripts:$(PATH)" \
srcdir=$(srcdir) DPKG_DATADIR=$(srcdir)/.. \
diff --git a/utils/Makefile.am b/utils/Makefile.am
index a5ad101..9e66119 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -73,7 +73,7 @@ test_cases = \
clean-local:
rm -fr $(test_tmpdir)
-check: $(test_cases)
+check-local: $(test_cases)
$(mkdir_p) $(test_tmpdir)
PATH="$(top_builddir)/src:$(top_builddir)/scripts:$(top_builddir)/utils:$(PATH)"
\
srcdir=$(srcdir) builddir=$(builddir) DPKG_DATADIR=$(top_srcdir) \
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]