Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tiwai:kernel:2.6.29
kernel-trace
config-subst
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File config-subst of Package kernel-trace
#!/bin/sh # Substitute CONFIG_ variables awk ' function subst(force) { if (!done || force) { if (has_value) print symbol "=" value else print "# " symbol " is not set" } done=1 } BEGIN { symbol = ARGV[1] if (ARGC == 3) { has_value=1 value = ARGV[2] } split("", ARGV) } match($0, "\\<" symbol "\\>") \ { subst(1) ; next } { print } END { subst(0) } ' "$@"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor