repo.or.cz
/
grub2
/
phcoder
/
solaris.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-09 Felix Zielcke <fzielcke@z-51.de>
[grub2/phcoder/solaris.git]
/
autogen.sh
blob
6895de221b7a4a1a12dc83b42f11572b1e0bf30e
1
#! /bin/sh
2
3
set -e
4
5
autoconf
6
autoheader
7
echo
timestamp
>
stamp-h.
in
8
for
rmk
in
conf
/*
.rmk
;
do
9
ruby genmk.rb
<
$rmk
>
`echo
$rmk
| sed 's/\.rmk$/.mk/'`
10
done
11
.
/
gendistlist.sh
>
DISTLIST
12
13
exit
0