try again
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7173 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -25,10 +25,11 @@ automake
|
|||||||
make_proto () {
|
make_proto () {
|
||||||
(top=`pwd`
|
(top=`pwd`
|
||||||
cd $1
|
cd $1
|
||||||
|
b=`basename $1`
|
||||||
perl $top/cf/make-proto.pl -o $2 -p $3 `perl -e '
|
perl $top/cf/make-proto.pl -o $2 -p $3 `perl -e '
|
||||||
do {
|
do {
|
||||||
$_ = <>;
|
$_ = <>;
|
||||||
} until(/'$1'_.*SOURCES/);
|
} until(/'$b'_.*SOURCES/);
|
||||||
while(/\\\\\s*$/s){
|
while(/\\\\\s*$/s){
|
||||||
$_ = $_ . <>;
|
$_ = $_ . <>;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user