4 0) echo make_patch old new name
12 newarc
=..
/releases
/$nm$new.
tar.gz
13 oldarc
=..
/releases
/$nm$old.
tar.gz
21 echo "can't find $newarc"
32 echo "can't find $oldarc"
38 # not interested in auto generated files.
39 for a
in lilypond.lsm INSTALL.text AUTHORS.text lilypond.spec configure
; do
40 rm `find $nm$old $nm$new -name $a`
43 cat <<EOF > patch-$new
50 cd lilypond-source-dir; patch -E -p0 < patch-$new
52 Patches do not contain automatically generated files,
53 i.e. you should rerun configure
56 (cd $nm$new; diff -urN ..
/$nm$old .
>> ..
/patch-
$new)
57 rm -rf $nm$old $nm$new