summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-05-19 17:00:23 +0400
committerAlexander Nozdrin <alik@sun.com>2010-05-19 17:00:23 +0400
commit759d5bc5351c79ef4835d6ba7ff6db98b56b2041 (patch)
tree574458923d5c91864006d3e044db236b688fe587 /unittest
parent1161d923c8664ea6ae126e3068e06da2a45c4eae (diff)
downloadmariadb-git-759d5bc5351c79ef4835d6ba7ff6db98b56b2041.tar.gz
Another incarnation of the patch for Bug#30708
(make relies GNU extentions). The patch was partially backport from 6.0. Original comment: bug#30708: make relies GNU extensions. Now that we no longer use BitKeeper we can safely remove the SCCS handling with no loss of functionality.
Diffstat (limited to 'unittest')
-rw-r--r--unittest/Makefile.am3
-rw-r--r--unittest/examples/Makefile.am3
-rw-r--r--unittest/mytap/t/Makefile.am3
3 files changed, 0 insertions, 9 deletions
diff --git a/unittest/Makefile.am b/unittest/Makefile.am
index 65fa615fb98..6197586b008 100644
--- a/unittest/Makefile.am
+++ b/unittest/Makefile.am
@@ -25,6 +25,3 @@ test:
test-verbose:
HARNESS_VERBOSE=1 perl unit.pl run $(unittests)
-
-# Don't update the files from bitkeeper
-%::SCCS/s.%
diff --git a/unittest/examples/Makefile.am b/unittest/examples/Makefile.am
index 94032c00928..cfb22e678d4 100644
--- a/unittest/examples/Makefile.am
+++ b/unittest/examples/Makefile.am
@@ -21,6 +21,3 @@ AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
LDADD = -lmytap
noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t core-t
-
-# Don't update the files from bitkeeper
-%::SCCS/s.%
diff --git a/unittest/mytap/t/Makefile.am b/unittest/mytap/t/Makefile.am
index e89a088bb3a..bce72a88c05 100644
--- a/unittest/mytap/t/Makefile.am
+++ b/unittest/mytap/t/Makefile.am
@@ -20,6 +20,3 @@ AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
LDADD = -lmytap
noinst_PROGRAMS = basic-t
-
-# Don't update the files from bitkeeper
-%::SCCS/s.%