# HG changeset patch # User jwe # Date 855958234 0 # Node ID d347f197753ff1f4d9064ddc8a4e37e3e10147fa # Parent 8a9f294eb9ab0c332317e40641c30adb40bc3e8b [project @ 1997-02-14 22:10:33 by jwe] diff -r 8a9f294eb9ab -r d347f197753f ChangeLog --- a/ChangeLog Fri Feb 14 20:57:27 1997 +0000 +++ b/ChangeLog Fri Feb 14 22:10:34 1997 +0000 @@ -5,6 +5,7 @@ Don't delete config.status or config.h here. (BINDISTFILES): Include config.status and config.h here. (dist): Don't delete Makefile here. + (binary-dist): Avoid empty chmod command. * Makefile.in (config-check): New target. (all): Depend on config-check. diff -r 8a9f294eb9ab -r d347f197753f octMakefile.in --- a/octMakefile.in Fri Feb 14 20:57:27 1997 +0000 +++ b/octMakefile.in Fri Feb 14 22:10:34 1997 +0000 @@ -231,7 +231,8 @@ rm -rf `cat .fname`/test/octave.test/qpsol chmod -R a+rw `cat .fname` find `cat .fname` \( -perm 766 -o -perm 676 -o -perm 667 \ - -o -perm 776 -o -perm 677 -o -perm 767 \) -print | xargs chmod a+x + -o -perm 776 -o -perm 677 -o -perm 767 \) -print | \ + xargs chmod a+x scripts tar cf `cat .fname`.tar `cat .fname` rm -rf `cat .fname` gzip --best `cat .fname`.tar