repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
src
/
libs
/
libunwind
/
ia64
/
mk_cursor_i
blob
9211f91bbbb55ca498e83a6bd7c4d712408b4224
1
#!/bin/sh
2
test -z
"
$1
"
&&
exit
1
3
echo
"/* GENERATED */"
4
echo
"#ifndef cursor_i_h"
5
echo
"#define cursor_i_h"
6
sed
-ne
's/^->"\(\S*\)" \(\d*\)/#define \1 \2/p'
<
$1
||
exit
$?
7
echo
"#endif"