Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guillaume Subiron
backupninja
Commits
696fe6ca
Commit
696fe6ca
authored
4 years ago
by
Emil Breiner
Browse files
Options
Downloads
Patches
Plain Diff
Introduce mariabackup helper-handler pair to Makefile
Change-Id: Ia7ad83272fd078c8b7197cedab2d8975ebbb192a
parent
5db93e03
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
handlers/Makefile.am
+13
-3
13 additions, 3 deletions
handlers/Makefile.am
with
13 additions
and
3 deletions
handlers/Makefile.am
+
13
−
3
View file @
696fe6ca
HANDLERS
=
borg borg.helper dup dup.helper maildir makecd
\
makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff
\
makecd.helper mariabackup_full mariabackup_full.helper mysql mysql.helper
\
pgsql pgsql.helper rdiff
\
rdiff.helper rsync sh svn sys sys.helper trac
tar
tar.helper
DIST_HANDLERS
=
borg.in borg.helper.in dup.in dup.helper.in maildir.in makecd.in
\
makecd.helper.in mysql.in mysql.helper.in pgsql.in pgsql.helper.in rdiff.in
\
makecd.helper.in mariabackup_full.in mariabackup_full.helper.in mysql.in mysql.helper.in
\
pgsql.in pgsql.helper.in rdiff.in
\
rdiff.helper.in rsync.in sh.in svn.in sys.in sys.helper.in trac.in tar.in tar.helper.in wget
CLEANFILES
=
$(
HANDLERS
)
...
...
@@ -54,6 +56,14 @@ makecd.helper: $(srcdir)/makecd.helper.in
rm
-f
makecd.helper
$(
edit
)
$(
srcdir
)
/makecd.helper.in
>
makecd.helper
mariabackup_full
:
$(srcdir)/mariabackup_full.in
rm
-f
mariabackup_full
$(
edit
)
$(
srcdir
)
/mariabackup_full.in
>
mariabackup_full
mariabackup_full.helper
:
$(srcdir)/mariabackup_full.helper.in
rm
-f
mariabackup_full.helper
$(
edit
)
$(
srcdir
)
/mariabackup_full.helper.in
>
mariabackup_full.helper
mysql
:
$(srcdir)/mysql.in
rm
-f
mysql
$(
edit
)
$(
srcdir
)
/mysql.in
>
mysql
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment