source: clfs-sysroot/patches/glibc-2.6-mawk_fix-1.patch @ 42d73f3

Last change on this file since 42d73f3 was 00520f6, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Update 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.