Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
622306b3
Commit
622306b3
authored
Jun 07, 2017
by
Glenn Morris
Browse files
* make-dist: Directory modules/mod-test no longer exists.
parent
9d63c87e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
make-dist
make-dist
+2
-10
No files found.
make-dist
View file @
622306b3
...
...
@@ -392,7 +392,7 @@ for subdir in site-lisp \
nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons
\
`
find etc lisp admin
test
-type
d
`
\
doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro
\
info m4 modules
modules/mod-test
msdos
\
info m4 modules msdos
\
nextstep nextstep/templates
\
nextstep/Cocoa nextstep/Cocoa/Emacs.base
\
nextstep/Cocoa/Emacs.base/Contents
\
...
...
@@ -404,7 +404,7 @@ do
if
[
"
$with_tests
"
!=
"yes"
]
;
then
case
$subdir
in
test
*
|
*
/mod-
test
*
)
continue
;;
test
*
)
continue
;;
esac
fi
...
...
@@ -483,14 +483,6 @@ echo "Making links to 'm4'"
echo
"Making links to 'modules'"
(
cd
modules
ln
*
.py ../
${
tempdir
}
/modules
if
[
"
$with_tests
"
=
"yes"
]
;
then
for
f
in
`
find mod-test
-type
f
`
;
do
case
$f
in
*
.log|
*
.o|
*
.so
)
continue
;;
esac
ln
$f
../
$tempdir
/modules/
$f
done
fi
)
echo
"Making links to 'nt'"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment