Bash: Various improvement for compiler and db_assembler

Now db_assembler also creates the users specified in conf.sh files if not exists

+ Simplified some paths for compilation
This commit is contained in:
Yehonal
2017-09-26 12:53:46 +02:00
parent c85b1b591e
commit eb78254579
4 changed files with 14 additions and 11 deletions

View File

@@ -2,13 +2,13 @@
SRCPATH="$AC_PATH_ROOT"
# absolute path where build files must be stored
BUILDPATH="$AC_PATH_ROOT/build/"
BUILDPATH="$AC_PATH_ROOT/build/obj"
# absolute path where binary files must be stored
BINPATH="$AC_PATH_ROOT/build/bin/"
BINPATH="$AC_PATH_ROOT/build/dist"
# absolute path where config. files must be stored
CONFDIR="$AC_PATH_ROOT/build/bin/etc/"
CONFDIR="$AC_PATH_ROOT/build/dist/etc/"
##############################################
#