Overview
Comment: | Switch Makefile_latest.install to use 4.9.0rc1 from tar. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 |
Files: | files | file ages | folders |
SHA1: |
ba13420a7b1b0d89400afcf7c31cd8d4 |
User & Date: | mrwellan on 2014-04-24 10:14:01 |
Other Links: | branch diff | manifest | tags |
Context
2014-04-24
| ||
17:39 | Fixed silly bug in -list-db-targets check-in: b71a9aadc7 user: mrwellan tags: v1.55 | |
10:14 | Switch Makefile_latest.install to use 4.9.0rc1 from tar. check-in: ba13420a7b user: mrwellan tags: v1.55 | |
2014-04-22
| ||
14:55 | Run Summary can now launch test control panels. Reduced noisy output from runtests a little more check-in: 498885c82b user: mrwellan tags: v1.55, v1.5518c | |
Changes
Modified utils/Makefile_latest.installall from [760f9ebc7d] to [acded49260].
︙ | ︙ | |||
101 102 103 104 105 106 107 | # some setup stuff # setup-chicken4x.sh : $(EGGFLAGS) (echo "export PATH=$(PATH)" > setup-chicken4x.sh) (echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)" >> setup-chicken4x.sh) mkdir -p $(PREFIX) | | > > | > > > > > | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | # some setup stuff # setup-chicken4x.sh : $(EGGFLAGS) (echo "export PATH=$(PATH)" > setup-chicken4x.sh) (echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)" >> setup-chicken4x.sh) mkdir -p $(PREFIX) chicken-core/chicken.scm : chicken-4.9.0rc1.tar.gz tar xfz chicken-4.9.0rc1.tar.gz ln -sf chicken-4.9.0rc1 chicken-core # git clone http://code.call-cc.org/git/chicken-core.git chicken-4.9.0rc1.tar.gz : wget http://code.call-cc.org/dev-snapshots/2014/04/17/chicken-4.9.0rc1.tar.gz # git clone git://code.call-cc.org/chicken-core $(CHICKEN_INSTALL) : chicken-core/chicken.scm setup-chicken4x.sh cd chicken-core;make PLATFORM=linux PREFIX=$(PREFIX) cd chicken-core;make PLATFORM=linux PREFIX=$(PREFIX) install # |
︙ | ︙ |