Overview
Comment: | Added parley egg to all 3 Makefiles |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | sles11-build |
Files: | files | file ages | folders |
SHA1: |
4fe7ac3224bdce5c1ded2c06783cf7d0 |
User & Date: | jmoon18 on 2016-02-25 15:34:17 |
Other Links: | branch diff | manifest | tags |
Context
2016-02-26
| ||
12:24 | Modified stml and dbi build to minimize need for hand tweaking build Closed-Leaf check-in: 581613798e user: jmoon18 tags: sles11-build | |
2016-02-25
| ||
15:34 | Added parley egg to all 3 Makefiles check-in: 4fe7ac3224 user: jmoon18 tags: sles11-build | |
2016-02-12
| ||
12:47 | Added makefile for installing latest development tarball chicken check-in: d18df78bb7 user: jmoon18 tags: sles11-build | |
Changes
Added utils/Makefile.git.installall version [].
Modified utils/Makefile.installall from [6ee27046cd] to [16d1b53979].
︙ | ︙ | |||
57 58 59 60 61 62 63 | # Eggs to install (straightforward ones) EGGS=matchable readline apropos base64 regex-literals format regex-case test coops trace csv \ dot-locking posix-utils posix-extras directory-utils hostinfo tcp-server rpc csv-xml fmt \ json md5 awful http-client spiffy uri-common intarweb spiffy-request-vars \ spiffy-directory-listing ssax sxml-serializer sxml-modifications sql-de-lite \ srfi-19 refdb ini-file sparse-vectors z3 call-with-environment-variables hahn linenoise \ | | | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | # Eggs to install (straightforward ones) EGGS=matchable readline apropos base64 regex-literals format regex-case test coops trace csv \ dot-locking posix-utils posix-extras directory-utils hostinfo tcp-server rpc csv-xml fmt \ json md5 awful http-client spiffy uri-common intarweb spiffy-request-vars \ spiffy-directory-listing ssax sxml-serializer sxml-modifications sql-de-lite \ srfi-19 refdb ini-file sparse-vectors z3 call-with-environment-variables hahn linenoise \ crypt parley # # Derived variables # ifeq ($(PROXY),) PROX:= |
︙ | ︙ |
Modified utils/Makefile.latest.installall from [2b37f8217d] to [d545247891].
︙ | ︙ | |||
57 58 59 60 61 62 63 | # Eggs to install (straightforward ones) EGGS=matchable readline apropos base64 regex-literals format regex-case test coops trace csv \ dot-locking posix-utils posix-extras directory-utils hostinfo tcp-server rpc csv-xml fmt \ json md5 awful http-client spiffy uri-common intarweb spiffy-request-vars \ spiffy-directory-listing ssax sxml-serializer sxml-modifications sql-de-lite \ srfi-19 refdb ini-file sparse-vectors z3 call-with-environment-variables hahn linenoise \ | | | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | # Eggs to install (straightforward ones) EGGS=matchable readline apropos base64 regex-literals format regex-case test coops trace csv \ dot-locking posix-utils posix-extras directory-utils hostinfo tcp-server rpc csv-xml fmt \ json md5 awful http-client spiffy uri-common intarweb spiffy-request-vars \ spiffy-directory-listing ssax sxml-serializer sxml-modifications sql-de-lite \ srfi-19 refdb ini-file sparse-vectors z3 call-with-environment-variables hahn linenoise \ crypt parley # # Derived variables # ifeq ($(PROXY),) PROX:= |
︙ | ︙ |