mirror of https://github.com/macssh/macssh.git
13 lines
340 B
Bash
13 lines
340 B
Bash
#! /bin/sh
|
|
|
|
# strip_rsa () {
|
|
# 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) && \
|
|
# ./make_am --rethink && ./make_am && make && make distcheck
|
|
|
|
make && \
|
|
./make_am --rethink && ./make_am && make && make distcheck
|