source:
patches/glibc-2.4-mawk_fix-1.patch@
686a790
Last change on this file since 686a790 was 909154a, checked in by , 18 years ago | |
---|---|
|
|
File size: 601 bytes |
-
glibc-2.4/scripts/gen-sorted.awk
Submitted By: Jim Gifford <jim@linuxfromscratch.org> Date: 2006-07-10 Initial Package Version: 2.4 Origin: Various Upstream Status: Unknown Description: Fixes build if host distro is using mawk. Distro's known to have the issue Debina and Ubuntu
old new 16 16 { 17 17 subdir = type = FILENAME; 18 18 sub(/^.*\//, "", type); 19 sub(/\/[^ /]+$/, "", subdir);19 sub(/\/[^\/]+$/, "", subdir); 20 20 sub(/^.*\//, "", subdir); 21 21 thisdir = ""; 22 22 }
Note:
See TracBrowser
for help on using the repository browser.