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:
parent
c85b1b591e
commit
eb78254579
4 changed files with 14 additions and 11 deletions
|
|
@ -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/"
|
||||
|
||||
##############################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue