aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-04 01:15:06 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-04 01:15:06 +0100
commita8f19d7c8aec1eb5e8c545f0fc003d0fe7ab4818 (patch)
tree4e023d357114d0789f59eb61863762712b4f4105 /.gitignore
parent77001293a64932949049e439efecd792aa3b2d12 (diff)
Better option-reading in configure, using .build to access BDIR
Until now, the steps to manage the command-line options of the configure script were limited (couldn't accept an equal sign or space between the option name and value). With this commit, it can now also accept optional equal signs between the option name and value. Thus not causing many confusions. Also, it is more logically consistent for the link to the build-directory to be placed in the top directory (as a hidden file like `.local' until now), and not as a visible directory like `reproduce/build' (which we used until now). Therefore, with this commit, the link to easily access the build-directory is `.build' in the top source directory. Finally, because `minmapsize' is too specific to Gnuastro and has now been given its default value at the start of the configure script, the description for `minmapsize' has been removed (to not confuse users who don't use Gnuastro). If anyone is familiar enough with Gnuastro to change it, they already know it from its book.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e6dc938..2808dc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,7 @@ mmap_*
.tex
build
.local
+.build
Makefile
tex/tikz
.gnuastro
@@ -38,7 +39,6 @@ tex/tikz
tex/pipeline
LOCAL_tmp.mk
LOCAL_old.mk
-reproduce/build
gnuastro-local.conf
reproduce/config/pipeline/LOCAL.mk