Overview
Comment: | Moved makefile inc after prefix so it overrides |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.66-ubuntu |
Files: | files | file ages | folders |
SHA1: |
39ec01ec3bb664aa2293ed35dc6f131e |
User & Date: | jmoon18 on 2020-05-22 17:16:36 |
Other Links: | branch diff | manifest | tags |
Context
2020-05-26
| ||
11:01 | Improved chicken build check-in: 2ded3e4899 user: mrwellan tags: v1.66-ubuntu | |
2020-05-22
| ||
17:16 | Moved makefile inc after prefix so it overrides check-in: 39ec01ec3b user: jmoon18 tags: v1.66-ubuntu | |
16:42 | Split makefile.inc into 2 pieces to try and make makefile better check-in: 7f1e84d10d user: jmoon18 tags: v1.66-ubuntu | |
Changes
Modified Makefile from [f10cf8d623] to [2a753a78fc].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | # # You should have received a copy of the GNU General Public License # along with Megatest. If not, see <http://www.gnu.org/licenses/>. # make install CSCOPTS='-accumulate-profile -profile-name $(PWD)/profile-ww$(shell date +%V.%u)' # rm <files>.o ; make install CSCOPTS='-profile' ; ... ; chicken-profile | less SHELL=/bin/bash |
︙ |