* make-dist: Exclude etc/*.pyc.
This commit is contained in:
parent
3b84b00502
commit
838db88908
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-12-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: Exclude etc/*.pyc.
|
||||
|
||||
2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure.in: Don't double machfile in final message.
|
||||
|
|
|
@ -441,7 +441,7 @@ echo "Making links to \`lwlib'"
|
|||
echo "Making links to \`etc' and its subdirectories"
|
||||
for f in `find etc -type f`; do
|
||||
case $f in
|
||||
etc/DOC*) continue ;;
|
||||
etc/DOC*|etc/*.pyc) continue ;;
|
||||
esac
|
||||
ln $f $tempdir/$f
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue