Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
fbbef6d3
Commit
fbbef6d3
authored
Aug 29, 2000
by
Niels Möller
Browse files
* misc/make-dist: Keep rsa files.
Rev: misc/make-dist:1.3
parent
050051a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/make-dist
View file @
fbbef6d3
#! /bin/sh
strip_rsa
()
{
mv
src/.dist_classes src/.dist_classes-old
\
&&
grep
-v
'^rsa.c.x$'
< src/.dist_classes-old
>
src/.dist_classes
#
mv src/.dist_classes src/.dist_classes-old \
#
&& grep -v '^rsa.c.x$' < src/.dist_classes-old > src/.dist_classes
}
make
&&
(
cd
src/testsuite
&&
make check-more
)
&&
\
...
...
Write
Preview
Supports
Markdown
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