Differences From Artifact [b5faccf87a]:
- File headers.awk — part of check-in [e8cbf3c10e] at 2014-05-05 17:16:00 on branch trunk — Updated to keep GCC headers into gcc directory (user: rkeene, size: 431) [annotate] [blame] [check-ins using]
To Artifact [d6d1f90c6d]:
- File headers.awk — part of check-in [c75ccc535c] at 2014-05-06 06:05:06 on branch trunk — Updated to normalize file pathnames (user: rkeene, size: 477) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + | /^# [0-9][0-9]* /{ file = $3; gsub(/^"/, "", file); gsub(/"$/, "", file); while(gsub(/\/[^\/]*\/..\//, "/", file)) {} destfile = file; if (!gsub(/^.*\/gcc\/.*\/include\//, "gcc/", destfile)) { if (!gsub(/^.*\/include\//, "", destfile)) { if (!gsub(/^.*\/include-fixed\//, "fix/", destfile)) { next } |
︙ |