jpekkila
|
a3359b0d04
|
CONFIG_PATH is now supplied by ac_mkbuilddir. While using would be a bit more idiomatic, ASTAROTH_CONF_PATH is probably safer since ac_mkbuilddir.sh does the copying and knows for sure what the correct path is.
|
2019-07-29 15:55:27 +03:00 |
|
jpekkila
|
7b5a02bf0f
|
The previous commit to ac_mkbuilddir.sh was not enough. Added a line that makes the script to stop if any of the commands fail to avoid cluttering the base astaroth directory. In my case the issue was permission denied when trying to create a project directory in /MYSCRATCH (system root directory) instead of MYSCRATCH (astaroth/MYSCRATCH)
|
2019-07-29 15:35:17 +03:00 |
|
jpekkila
|
5801144336
|
ac_mkbuilddir.sh did not stop if the directory specified by the user did not exist. This lead to messing up the base astaroth directory with temporary cmake files. Added -p flag to mkdir to create parent directories if necessary to avoid this
|
2019-07-29 15:21:15 +03:00 |
|
jpekkila
|
7c256d3bb3
|
Added a comment about a redundant variable
|
2019-07-26 15:13:19 +03:00 |
|
jpekkila
|
0e48766a68
|
Added Astaroth 2.0
|
2019-06-14 14:19:07 +03:00 |
|