build
build copied to clipboard
A simple makefile-based build system that I split from ELFE / XL
``` unionsq~/dev/projectm* build € make -C src/libprojectM/ **************************************************************** * The BUILDENV environment variable is not set * You will accelerate builds by setting it as appropriate for * your system....
Say I want to build [strace](https://github.com/strace/strace/) with `build`... strace uses autoconf, so what would be the steps to get there?
Is there some way to use CROSS_COMPILE or specify the cross-building toolchain to use?
Is there a way to use clang on linux? From looking at config.gnu.mk - it hardcodes CC/CXX to gcc/g++