projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e32d995
)
Update make-dist for recent test/ changes
author
Glenn Morris
<rgm@gnu.org>
Mon, 12 Jun 2017 16:33:37 +0000
(12:33 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 12 Jun 2017 16:33:37 +0000
(12:33 -0400)
* make-dist: No longer distribute test/data/emacs-module/Makefile.
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index bfd6fcbafba9dd249363c0dcff078c01ef008737..48859936c1d4726d4d7a7f8a5e2aada2f467a98d 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-552,7
+552,7
@@
done
if [ "$with_tests" = "yes" ]; then
echo "Making links to 'test' and its subdirectories"
for f in `find test -type f ! -name '*.log' ! -name a.out \
- ! -path test/Makefile
+ ! -path test/Makefile
! -path test/data/emacs-module/Makefile
`; do
ln $f $tempdir/$f
done