OpenGrok
Cross Reference: bootstrap-configure
xref
: /
external
/
kmod
/
bootstrap-configure
Home
|
History
|
Annotate
|
Download
|
only in
kmod
1
#!/
bin
/
sh
2
3
. ./
bootstrap
&& \
4
exec
./
configure
CFLAGS
=
"-g -O2"
$args
$hackargs
"$@"
5