minix/lib/ack_build.sh
Ben Gras 230b7775fe changes for detecting and building for clang/binutils elf
and minor fixes:
 . add ack/clean target to lib, 'unify' clean target
 . add includes as library dependency
 . mk: exclude warning options clang doesn't have in non-gcc
 . set -e in lib/*.sh build files
 . clang compile error circumvention (disable NOASSERTS for release builds)
2011-06-07 16:49:52 +02:00

9 lines
67 B
Bash
Executable file

#!/bin/sh
set -e
export CC=cc
export MAKEOBJDIR=obj-ack
make $@