Tagged Questions
1
vote
3answers
244 views
build script: how to implement a “skip previously completed step”
I'm trying to create a build script for GCC (which works, for now), but I would like to be able to skip rebuilding all the prereq libraries when I'm only updating GCC/binutils for example. I thought ...
1
vote
2answers
225 views
Problematic build script with quotes
Hi I'm trying to create a build script that executes these commands:
cd libiconv
../../src/libiconv/configure --prefix=/home/ruben/mingw64/build/gcc-libs \
...