]> git.pld-linux.org Git - packages/kernel.git/commit
- kernel-config.py replacement written in awk
authorsparky <sparky@pld-linux.org>
Thu, 18 Sep 2008 01:16:11 +0000 (01:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
commit38a2649a0a9df440539a09df1a83c9ca1b441e5f
tree93086b6bd9c608e274817189ae0d7933c13bbd4f
parent1e594c67b5fb282a210a3cd8ae19d83789feab98
- kernel-config.py replacement written in awk
- features:
-- pure awk, no need to BR: python, which may be problematic sometimes
-- over 40 times faster than python version (lacks value checking tho)
-- prints lots of useful warnings, like those:
    kernel-multiarch.config (2647): HW_RANDOM_VIRTIO=m should have explicit ` all='
    kernel-i386.config (60): CONFIG_NO_HZ already defined in: kernel-multiarch.config (103)

Changed files:
    kernel-config.awk -> 1.1
kernel-config.awk [new file with mode: 0644]
This page took 0.087918 seconds and 4 git commands to generate.