]> git.neil.brown.name Git - history.git/commit
kbuild: sed compatibility fixes
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Mon, 10 Feb 2003 15:02:39 +0000 (09:02 -0600)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Mon, 10 Feb 2003 15:02:39 +0000 (09:02 -0600)
commite9b2908a579230a0e3296ceb49dd10f970d9c8f6
treeba0edac39a09270cd2277671c0ef963bd77f9403
parent498b9cb897c57c23d8b1dc313af465edd96c4f27
kbuild: sed compatibility fixes

Some versions of sed seem to think \w, as in word, doesn't include
digits, which breaks the build with CONFIG_MODVERSIONS. So we
just use the more compatible [<space><tab>]*.
scripts/Makefile.build