From c2ae0ee13c1587040af80f73020e5348cda7604e Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Mon, 22 Dec 2003 19:24:44 +0000 Subject: [PATCH] start using @DB_NAME@ organize the file names git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@932 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/Makefile.in | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 5cb21f83af..1ee22ed906 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -119,26 +119,16 @@ Makefile: Makefile.in Makefiles: $(SHELL) config.status (cd scripts; \ - chmod 755 startmysql stopmysql bacula fd startit stopit btraceback; \ - chmod 755 mtx-changer bconsole gconsole) - chmod 755 src/cats/make_mysql_tables src/cats/drop_mysql_tables - chmod 755 src/cats/make_postgresql_tables src/cats/drop_postgresql_tables - chmod 755 src/cats/make_sqlite_tables src/cats/drop_sqlite_tables - chmod 755 src/cats/make_bdb_tables src/cats/drop_bdb_tables - chmod 755 src/cats/make_test_tables src/cats/drop_test_tables - chmod 755 src/cats/create_mysql_database - chmod 755 src/cats/create_postgresql_database - chmod 755 src/cats/create_bacula_database + chmod 755 startmysql stopmysql bacula fd startit stopit btraceback; \ + chmod 755 mtx-changer bconsole gconsole) + + chmod 755 create_bacula_database update_bacula_tables make_bacula_tables + chmod 755 grant_bacula_privileges drop_bacula_tables drop_bacula_database + + chmod 755 create_@DB_NAME@_database update_@DB_NAME@_tables make_@DB_NAME@_tables + chmod 755 grant_@DB_NAME@_privileges drop_@DB_NAME@_tables drop_@DB_NAME@_database + chmod 755 src/cats/make_catalog_backup src/cats/delete_catalog_backup - chmod 755 src/cats/update_mysql_tables - chmod 755 src/cats/create_sqlite_database - chmod 755 src/cats/update_sqlite_tables - chomd 755 src/cats/update_bacula_tables - chmod 755 src/cats/create_bdb_database - chmod 755 src/cats/grant_mysql_privileges - chmod 755 src/cats/grant_sqlite_privileges - chmod 755 src/cats/grant_postgresql_privileges - chmod 755 src/cats/grant_bacula_privileges clean: @for I in ${all_subdirs}; \ -- 2.39.2