This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
kmod
Watch
1
Star
0
Fork
0
You've already forked kmod
mirror of
https://github.com/AuxXxilium/kmod.git
synced
2025-02-25 04:08:06 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5eac795b8b
kmod
/
bootstrap-configure
5 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build-sys: add script to bootstrap and configure
2012-01-13 03:31:10 +07:00
#!/bin/sh
. ./bootstrap && \
bootstrap-configure: quote command line arg expansion
2012-06-08 06:49:16 +07:00
exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs "$@"
Reference in New Issue
Copy Permalink