summaryrefslogtreecommitdiffstats
path: root/parser.l
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-03-31 06:23:14 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-03-31 06:23:14 -0700
commitcfce29352e4a2fd05bfb110c0ef49ef760096f69 (patch)
treef234e0a52b19584c49819f467e2500d62a7733f0 /parser.l
parent118cff9ecb669e0beea65ca9a31357d643ee3d27 (diff)
downloadtxr-cfce29352e4a2fd05bfb110c0ef49ef760096f69.tar.gz
txr-cfce29352e4a2fd05bfb110c0ef49ef760096f69.tar.bz2
txr-cfce29352e4a2fd05bfb110c0ef49ef760096f69.zip
Get rid of config/ directory.
We revert back to config.h, config.make and config.log just being in the root of the build directory, rather than in a config/ subdirectory, like it was until mid 2014. That change was done for the sake of the tainting problem: a build directory picking up the wrong config.h from a source directory that is itself in the a configured state. * Makefile: Include config.make rather than config/config.make. (TXR_CFLAGS): Remove config directory from include file search path. (OBJS, EXTRA_OBJS, y.tab.c, y.tab.h, lex.yy.c): Dependencies on config.h and config.make adjusted to point to new location. (distclean): Use rm -f on config.*, not rm -rf; we don't expect there to be a directory matching that pattern. Remove config.h, config.make and config.log rather than config directory. Extend the generic distclean to remove opt and dbg, because this change will trigger its use and lingering .d files in opt and dbg will break the build. Remove txr-win.exe and txr-dbg-win.exe in generic distclean. * configure (conf_dir, config_h, config_make, config_log): Variables gone, replaced by hard-coded strings everywhere. Generate config.make, config.log and config.h in the current directory rather than a subdirectory. Do not generate a conf_dir variable into config.make.
Diffstat (limited to 'parser.l')
0 files changed, 0 insertions, 0 deletions