File tree Expand file tree Collapse file tree 5 files changed +41
-349
lines changed
Expand file tree Collapse file tree 5 files changed +41
-349
lines changed Original file line number Diff line number Diff line change 11#! /bin/rc
22
3+ flag e +
34rfork ne
45
5- ./update.rc
6- ape/patch -p0 < plan9/crypto.patch
7- ape/patch -p0 < plan9/ssl.patch
8- ape/patch -p0 < plan9/tls.patch
9- ape/patch -p0 < plan9/apps.patch
10-
11- bind -a / $cputype / bin/ape /bin
12- ./gen-mkfiles-all .sh
6+ if( ! test -f /bin/sh)
7+ bind -b / $cputype /bin/ape /bin
8+ ./update.sh
9+ ./gen-mkfile.sh lib crypto/Makefile.am
10+ ./gen-mkfile.sh lib ssl/Makefile.am
11+ ./gen-mkfile.sh lib tls/Makefile.am
12+ ./gen-mkfile.sh bin apps/openssl/Makefile.am
13+ ./gen-mkfile .sh include include/Makefile.am
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ if [ $# -ne 3 -a $# -ne 2 ]; then
77 exit 2
88fi
99
10- # Plan 9 don't have dirname(1), instead use basename -d
11- if ! type dirname > /dev/null 2>&1
12- then
13- dirname () { basename -d " $@ " ; }
14- fi
15-
1610target=$1
1711wdir=` dirname $2 `
1812recipe=` basename $2 `
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments