Skip to content
Snippets Groups Projects
Commit 696fe6ca authored by Emil Breiner's avatar Emil Breiner
Browse files

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
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment