Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update do |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d39bd5597c578517a7498fbabb8dbf3d |
User & Date: | bernd 2019-06-20 14:01:44.792 |
Context
2019-06-20
| ||
19:45 | /sync bug fixed check-in: 35e82dc6d7 user: bernd tags: trunk | |
14:01 | Update do check-in: d39bd5597c user: bernd tags: trunk | |
13:47 | Bump version number check-in: da810891c3 user: bernd tags: trunk, 0.9.0-20190620 | |
Changes
Changes to do.
1 2 3 4 | #!/bin/bash echo "This script builds net2o from scratch" | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash echo "This script builds net2o from scratch" GFORTH=gforth-0.7.9_20190620 if [ "$(uname -o)" = "Cygwin" ] then CONFOPT="--prefix=/usr $*" else CONFOPT="$*" fi |
︙ | ︙ |