Files
linux-kernel-module-cheat/build-userland-in-tree
Ciro Santilli 六四事件 法轮功 aea97698c3 bak
2019-05-05 00:00:00 +00:00

9 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
"$(git rev-parse --show-toplevel)/build-userland" \
--gcc-which host \
--has-all-packages \
--in-tree \
--target-cwd \
"$@" \
;