6 # Remove the CR character in case the sources are mapped from
7 # a Windows share and contain CRLF line endings
10 # Skip empty lines and comment lines starting with semicolon
11 if (NF && !match($0, /^[ \t]*;/))
13 # Only prefix the entries that start with "#"
14 if (match($0, /^#.*/))
17 print " "prefix $0 ";";