X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FMakefile.in;h=cd7434b66c22e832f210ea871214218657f27225;hb=dbc2c7f30da831ec0e06a098bdba044ae41e8217;hp=83681b60658a5fd196b8e0ea566f7d272cee6e83;hpb=57f760699b65b5f64e84129d1cc1461747cffe80;p=bacula%2Fbacula diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 83681b6065..cd7434b66c 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -56,7 +56,7 @@ depend: bacula-fd: Makefile @for I in ${fd_subdirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ - $(MAKE) DESTDIR=$(DESTDIR) all || (echo ""; echo ""; echo " ====== Error in `pwd` ======; \ + $(MAKE) DESTDIR=$(DESTDIR) all || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \ echo ""; echo ""; exit 1;)); \ done @@ -190,11 +190,16 @@ Makefiles: chmod 755 dvd-handler) (cd src/cats; \ - 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_TYPE@_database update_@DB_TYPE@_tables make_@DB_TYPE@_tables; \ - chmod 755 grant_@DB_TYPE@_privileges drop_@DB_TYPE@_tables drop_@DB_TYPE@_database; \ + chmod 755 create_bacula_database update_bacula_tables make_bacula_tables; \ + chmod 755 grant_bacula_privileges drop_bacula_tables drop_bacula_database; \ chmod 755 make_catalog_backup delete_catalog_backup) + + (cd src/cats; \ + for db_type in @DB_BACKENDS@; do \ + chmod 755 create_$$db_type_database update_$$db_type_tables make_$$db_type_tables; \ + chmod 755 grant_$$db_type_privileges drop_$$db_type_tables drop_$$db_type_database; \ + done) + (cd src/qt-console; \ chmod 755 install_conf_file build-depkgs-qt-console)