source:
clfs-sysroot/patches/glibc-2.6-mawk_fix-1.patch@
ff91a87
Last change on this file since ff91a87 was 00520f6, checked in by , 17 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.