/build/gen.sh

http://bdremote-ng.googlecode.com/ · Shell · 11 lines · 8 code · 2 blank · 1 comment · 2 complexity · 40ed0d649fd1442b8141fdc759c53793 MD5 · raw file

  1. #!/bin/sh
  2. export CFLAGS="-g -Wall -Wextra -pedantic"
  3. mkdir -p linux && \
  4. cd linux && \
  5. cmake \
  6. -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
  7. -DUSE_SPLINT:BOOL=OFF \
  8. -DENABLE_REPEAT:BOOL=ON \
  9. -G "Unix Makefiles" ../