]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.4
authorfred <fred>
Thu, 17 Oct 1996 23:40:22 +0000 (23:40 +0000)
committerfred <fred>
Thu, 17 Oct 1996 23:40:22 +0000 (23:40 +0000)
make_patch

index 80548815dfad4acb8e73bc5b4f359b661f54723d..08f4936b563092fec113563b236e8aa23631cfc7 100755 (executable)
@@ -25,7 +25,7 @@ then
    tar zfxv $nm$old.tar.gz
 fi
 
-(cd $nm$old; make clean)
-(cd $nm$new; make clean)
+#(cd $nm$old; touch depend; make clean)
+#(cd $nm$new; touch depend; make clean)
 (cd $nm$new; diff -P -c  ../$nm$old . > ../patch-$new)
 rm -rf $nm$old