mes/build-aux
Jan (janneke) Nieuwenhuizen be87ada6b5
build: Resurrect running mescc from elsewhere.
After setting-up a buld environment, running something like

   ~/src/mes/wip/pre-inst-env mescc -v -v ~/src/mes/wip/scaffold/main.c

works again.

TODO: Make this less complex.

 * The mescc-lib (and gcc-lib) build directories do not help;
   these were introduced to support `wip-autotools'.
 * We used to opt for short *PATH variables: "." rather than
   /gnu/store/.... or /home/janneke/src/mes/master to avoid
   filling the MES arena. XXX Has this been solved?
 * In the Guix bootstrap, we run module/mescc.scm directly
       $MES -e '(mescc)' module/mescc.scm

   ...so that's why these overrides started to appear in multiple
   places.

* build-aux/pre-inst-env.in (MES_UNINSTALLED): New variable.
* scripts/mescc.in (includedir,libdir): Use it to override these.
* module/mescc/mescc.scm (arch-find): Use it to add <lib>-messc.
2020-10-06 10:44:50 +02:00
..
bootstrap.sh.in build: Cater for FreeBSD. 2019-12-17 21:08:18 +01:00
build-guile.sh Add ARM backend. 2020-06-10 13:11:07 +02:00
build-lib.sh Introduce libmescc.a; Put division by integer in there; split syscalls' errno off. 2020-06-02 15:04:13 +02:00
build-mes.sh build: Use libgcc.a instead of libmescc.a for gcc. 2020-10-06 10:04:29 +02:00
build-scaffold.sh build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
build-source-lib.sh build: Split-out build-source-lib.sh from build-lib.sh. 2019-09-20 19:40:37 +02:00
build.sh.in build: Support bootstrapping using build.sh. 2020-01-20 22:47:52 +01:00
cc.sh build: Cater for FreeBSD. 2019-12-17 21:08:18 +01:00
cflags.sh Support and pass "-marm". 2020-06-02 14:35:16 +02:00
check-boot.sh check: Remove duplicate test. 2019-10-03 22:17:50 +02:00
check-mes.sh build: Use bash if available to avoid dash problems. 2019-06-25 21:40:43 +02:00
check-mescc.sh hurd: Add _write. 2019-12-13 21:52:30 +01:00
check.sh.in Distinguish between gcc and mescc; select LIBS accordingly. 2020-10-06 10:04:41 +02:00
config.make.in build: Have configure respect GUILE_LOAD_PATH for mes to find Nyacc. 2020-01-20 22:47:52 +01:00
config.sh.in build: Have configure respect GUILE_LOAD_PATH for mes to find Nyacc. 2020-01-20 22:47:52 +01:00
configure-lib.sh Make "raise" available for gcc use. 2020-10-06 10:04:29 +02:00
export.make build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
gendocs.sh build: web: New target. 2018-07-28 11:37:47 +02:00
gitlog-to-changelog build: Generate ChangeLog reproducibly. Thanks, Timothy! 2019-12-13 21:52:29 +01:00
GNUmakefile.in build: Fixup cleaning of armv4. 2020-08-22 14:09:54 +02:00
indent.sh mes: Grand indent: prepare. 2019-05-13 01:07:32 +02:00
install.sh.in build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
manifest.scm guix: Update packaging. 2019-09-09 16:04:16 +02:00
mes-snarf.scm mes-snarf: rewrite for development-time snarfing 2019-02-03 20:59:51 +01:00
pre-inst-env.in build: Resurrect running mescc from elsewhere. 2020-10-06 10:44:50 +02:00
setup-mes.sh Add missing copyright headers. 2018-07-23 19:10:34 +02:00
snarf.sh mes: Rename strings.c. 2019-05-14 08:37:05 +02:00
test-boot.sh build: Simplify. 2019-06-08 15:36:22 +02:00
test-c.sh Distinguish between gcc and mescc; select LIBS accordingly. 2020-10-06 10:04:41 +02:00
test-driver build: Simplify. 2019-06-08 15:36:22 +02:00
test-suite.sh build: Use bash if available to avoid dash problems. 2019-06-25 21:40:43 +02:00
trace.sh build: Simplify. 2019-06-08 15:36:22 +02:00
uninstall.sh.in build: Simplify. 2019-06-08 15:36:22 +02:00