source: patches/glibc-2.5-mawk_fix-1.patch @ 7707cfa

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 7707cfa was 7707cfa, checked in by Jim Gifford <clfs@…>, 18 years ago

Glibc 2.5 Patches

  • Property mode set to 100644
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  
    1616{
    1717  subdir = type = FILENAME;
    1818  sub(/^.*\//, "", type);
    19   sub(/\/[^/]+$/, "", subdir);
     19  sub(/\/[^\/]+$/, "", subdir);
    2020  sub(/^.*\//, "", subdir);
    2121  thisdir = "";
    2222}
Note: See TracBrowser for help on using the repository browser.