From: Lucas De Marchi Date: Thu, 12 Jan 2012 20:31:10 +0000 (-0200) Subject: build-sys: add script to bootstrap and configure X-Git-Tag: v4~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf8d4b056c8e0e0d08c7136ac84c1a2ebc80435;p=thirdparty%2Fkmod.git build-sys: add script to bootstrap and configure --- diff --git a/README b/README index 79b272e2..58370549 100644 --- a/README +++ b/README @@ -31,6 +31,14 @@ Configure automatically searches for all required components and packages. To compile and install run: make && make install +Hacking +======= + +Run 'bootstrap' script before configure. If you want to accept the recommended +flags, you just need to run 'bootstrap-configure'. + +Make sure to read the CODING-STYLE file. + Information =========== diff --git a/bootstrap-configure b/bootstrap-configure new file mode 100755 index 00000000..2bcd7880 --- /dev/null +++ b/bootstrap-configure @@ -0,0 +1,4 @@ +#!/bin/sh + +. ./bootstrap && \ + exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs $*