Paste number 318074: | untitled |
Pasted by: | janneke |
When: | 6 years, 2 months ago |
Share: | Tweet this! | http://paste.lisp.org/+6TFE |
Channel: | None |
Paste contents: |
#! /bin/bash -ex make clean || true ./bootstrap ./configure --localstatedir=/var ./pre-inst-env guix build gcc-cross-sans-libc-x86_64-linux-gnu ./pre-inst-env guix build gcc-cross-x86_64-linux-gnu ./pre-inst-env guix build hello ./pre-inst-env guix build guile ./pre-inst-env guix build --target=mips64el-linux-gnuabi64 hello if grep mingw gnu/packages/cross-base.scm; then ./pre-inst-env guix build --target=i686-w64-mingw32 hello fi if grep mingw gnu/packages/multiprecision.scm; then ./pre-inst-env guix build --target=i686-w64-mingw32 gmp fi if grep mingw gnu/packages/ncurses.scm; then ./pre-inst-env guix build --target=i686-w64-mingw32 ncurses fi if grep mingw gnu/packages/readline.scm; then ./pre-inst-env guix build --target=i686-w64-mingw32 readline fi if grep mingw gnu/packages/guile.scm; then ./pre-inst-env guix build --target=i686-w64-mingw32 guile fi
This paste has no annotations.