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-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
[grub2/phcoder/solaris.git]
/
autogen.sh
blob
4fb6bf7dbff14a4dcfaefccafc633712e12d9494
1
#! /bin/sh
2
3
set -e
4
5
autoconf
6
autoheader
7
echo
timestamp
>
stamp-h.
in
8
for
rmk
in
conf
/*
.rmk
${GRUB_CONTRIB}
/*/
conf
/*
.rmk
;
do
9
if
test -e
$rmk
;
then
10
ruby genmk.rb
<
$rmk
>
`echo
$rmk
| sed 's/\.rmk$/.mk/'`
11
fi
12
done
13
.
/
gendistlist.sh
>
DISTLIST
14
15
exit
0