1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Makefile.am:

Consistent use of '%::SCCS/s.%' to prevent some 'make'
  implementations from trying to update files in SCCS directory
This commit is contained in:
kent@mysql.com/kent-amd64.(none)
2007-05-28 22:18:51 +02:00
parent 1d36bcab1d
commit 870b38b808
7 changed files with 18 additions and 0 deletions

View File

@ -25,3 +25,6 @@ test:
test-verbose:
HARNESS_VERBOSE=1 perl unit.pl run $(unittests)
# Don't update the files from bitkeeper
%::SCCS/s.%

View File

@ -22,3 +22,5 @@ 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.%

View File

@ -23,3 +23,5 @@ LDADD = $(top_builddir)/unittest/mytap/libmytap.a \
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t
# Don't update the files from bitkeeper
%::SCCS/s.%

View File

@ -21,3 +21,6 @@ noinst_HEADERS = tap.h
libmytap_a_SOURCES = tap.c
SUBDIRS = . t
# Don't update the files from bitkeeper
%::SCCS/s.%

View File

@ -21,3 +21,5 @@ LDADD = -lmytap
noinst_PROGRAMS = basic-t
# Don't update the files from bitkeeper
%::SCCS/s.%