Overview
Comment: | Added more eggs to utils/Makefile for installing |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61 |
Files: | files | file ages | folders |
SHA1: |
2b1a8313177501244301afeec15892c2 |
User & Date: | mrwellan on 2016-04-29 15:05:49 |
Other Links: | branch diff | manifest | tags |
Context
2016-05-02
| ||
09:37 | merged fork check-in: 439a6a73fd user: mrwellan tags: v1.61 | |
2016-04-29
| ||
15:05 | Added more eggs to utils/Makefile for installing check-in: 2b1a831317 user: mrwellan tags: v1.61 | |
11:42 | Merged in Jeff's changes to the chicken/iup install makefile check-in: 9696fb116c user: mrwellan tags: v1.61 | |
Changes
Modified utils/Makefile.latest.installall from [d545247891] to [149911e2cc].
︙ | ︙ | |||
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 72 73 | # 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 zlib shell udp loops foof-loop lazy-seq ansi-escape-sequences rfc3339 slice \ slice-utf8 scsh-process functional-lists srfi-101 uuid-lib filepath srfi-78 srfi-42 sexp-diff \ low-level-macros symbol-utils expand-full chicken-doc irc silex lalr lalr-driver sha1 refdb # # Derived variables # ifeq ($(PROXY),) PROX:= |
︙ | ︙ |