xref
: /
external
/
kmod
/
bootstrap-configure
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
. ./
bootstrap
&& \
4
exec
./
configure
CFLAGS
=
"-g -O2"
$args
$hackargs
"$@"
5