mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Makefile.am:
Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory plugin/daemon_example/Makefile.am: Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory plugin/fulltext/Makefile.am: Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory unittest/Makefile.am: Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory unittest/examples/Makefile.am: Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory unittest/mysys/Makefile.am: Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory unittest/mytap/Makefile.am: Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory unittest/mytap/t/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:
@ -36,3 +36,6 @@ noinst_LIBRARIES = @plugin_daemon_example_static_target@
|
|||||||
libdaemon_example_a_CXXFLAGS = $(AM_CFLAGS)
|
libdaemon_example_a_CXXFLAGS = $(AM_CFLAGS)
|
||||||
libdaemon_example_a_CFLAGS = $(AM_CFLAGS)
|
libdaemon_example_a_CFLAGS = $(AM_CFLAGS)
|
||||||
libdaemon_example_a_SOURCES= daemon_example.cc
|
libdaemon_example_a_SOURCES= daemon_example.cc
|
||||||
|
|
||||||
|
# Don't update the files from bitkeeper
|
||||||
|
%::SCCS/s.%
|
||||||
|
@ -22,3 +22,6 @@ pkglib_LTLIBRARIES= mypluglib.la
|
|||||||
mypluglib_la_SOURCES= plugin_example.c
|
mypluglib_la_SOURCES= plugin_example.c
|
||||||
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
|
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
|
||||||
mypluglib_la_CFLAGS= -DMYSQL_DYNAMIC_PLUGIN
|
mypluglib_la_CFLAGS= -DMYSQL_DYNAMIC_PLUGIN
|
||||||
|
|
||||||
|
# Don't update the files from bitkeeper
|
||||||
|
%::SCCS/s.%
|
||||||
|
@ -25,3 +25,6 @@ test:
|
|||||||
|
|
||||||
test-verbose:
|
test-verbose:
|
||||||
HARNESS_VERBOSE=1 perl unit.pl run $(unittests)
|
HARNESS_VERBOSE=1 perl unit.pl run $(unittests)
|
||||||
|
|
||||||
|
# Don't update the files from bitkeeper
|
||||||
|
%::SCCS/s.%
|
||||||
|
@ -22,3 +22,5 @@ LDADD = -lmytap
|
|||||||
|
|
||||||
noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t core-t
|
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.%
|
||||||
|
@ -23,3 +23,5 @@ LDADD = $(top_builddir)/unittest/mytap/libmytap.a \
|
|||||||
|
|
||||||
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t
|
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t
|
||||||
|
|
||||||
|
# Don't update the files from bitkeeper
|
||||||
|
%::SCCS/s.%
|
||||||
|
@ -21,3 +21,6 @@ noinst_HEADERS = tap.h
|
|||||||
libmytap_a_SOURCES = tap.c
|
libmytap_a_SOURCES = tap.c
|
||||||
|
|
||||||
SUBDIRS = . t
|
SUBDIRS = . t
|
||||||
|
|
||||||
|
# Don't update the files from bitkeeper
|
||||||
|
%::SCCS/s.%
|
||||||
|
@ -21,3 +21,5 @@ LDADD = -lmytap
|
|||||||
|
|
||||||
noinst_PROGRAMS = basic-t
|
noinst_PROGRAMS = basic-t
|
||||||
|
|
||||||
|
# Don't update the files from bitkeeper
|
||||||
|
%::SCCS/s.%
|
||||||
|
Reference in New Issue
Block a user