~ubuntu-branches/ubuntu/intrepid/linux86/intrepid

« back to all changes in this revision

Viewing changes to elksemu/mkefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-07 20:33:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071207203339-uonmnsb2j32kh0sg
Tags: 0.16.17-2ubuntu1
* Merge with Debian; remaining changes:
  - Build elks-libc for lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh - 
 
2
 
 
3
awk '
 
4
BEGIN {
 
5
   printf "char efile[] =\n"
 
6
}
 
7
{ printf "   \"%s\\n\"\n", $0 }
 
8
END{
 
9
   printf ";\n";
 
10
}
 
11
' < "$1" > efile.h