Overview
Comment: | Added prefix to makefile.inc from configure |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.66-ubuntu |
Files: | files | file ages | folders |
SHA1: |
901de8992f8a31ef8ddfe47edfb31c25 |
User & Date: | jmoon18 on 2020-05-22 15:03:07 |
Other Links: | branch diff | manifest | tags |
Context
2020-05-22
| ||
15:53 | Moved inc further up in Makefile to try and get prefix working properly check-in: 7f08010842 user: jmoon18 tags: v1.66-ubuntu | |
15:03 | Added prefix to makefile.inc from configure check-in: 901de8992f user: jmoon18 tags: v1.66-ubuntu | |
11:11 | Added couple touches to fix timestamps check-in: 6118471b33 user: mrwellan tags: v1.66-ubuntu | |
Changes
Modified configure from [092502597b] to [89ab4457ae].
︙ | ︙ | |||
107 108 109 110 111 112 113 114 115 116 117 118 119 120 | #====================================================================== # Do we need Chicken? #====================================================================== CHICKEN_PREFIX=$PREFIX/bin/.$ARCHSTR echo "CHICKEN_PREFIX=$CHICKEN_PREFIX" >> makefile.inc echo "ARCHSTR=$ARCHSTR" >> makefile.inc echo "IUPARCH=$IUPARCH" >> makefile.inc echo "CDVER=$CDVER" >> makefile.inc echo "IMVER=$IMVER" >> makefile.inc echo "IUPVER=$IUPVER" >> makefile.inc echo "IUPEGGVER=$IUPEGGVER" >> makefile.inc | > | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | #====================================================================== # Do we need Chicken? #====================================================================== CHICKEN_PREFIX=$PREFIX/bin/.$ARCHSTR echo "CHICKEN_PREFIX=$CHICKEN_PREFIX" >> makefile.inc echo "PREFIX=$PREFIX" >> makefile.inc echo "ARCHSTR=$ARCHSTR" >> makefile.inc echo "IUPARCH=$IUPARCH" >> makefile.inc echo "CDVER=$CDVER" >> makefile.inc echo "IMVER=$IMVER" >> makefile.inc echo "IUPVER=$IUPVER" >> makefile.inc echo "IUPEGGVER=$IUPEGGVER" >> makefile.inc |
︙ | ︙ |