aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-07-09 11:43:55 -0700
committerSam Ravnborg <sam@ravnborg.org>2007-07-17 14:24:55 +0200
commitc05190371d5ca360b75864cfcf930e8bf3addeb1 (patch)
treef1a8118985fc5c9b3cef8e62f83e620933360ce5 /scripts/kconfig/mconf.c
parentWhitelist references from __dbe_table to .init (diff)
downloadlinux-dev-c05190371d5ca360b75864cfcf930e8bf3addeb1.tar.xz
linux-dev-c05190371d5ca360b75864cfcf930e8bf3addeb1.zip
kbuild: use POSIX BRE in headers install target
The sed expression used at the moment in scripts/Makefile.headersinst relies on the (handy) GNU extension where you can escape ERE's in an otherwise BRE without using the GNU -r option. The following patch replaces this "\+" usage with a functionally equivalent POSIX BRE compliant "\{1,\}". Tested with `make headers_install` against blackfin/x86_64/i386 targets. Stupid whiny OS X users and their crappy sed ;) Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions