Overview
| Comment: | Testing requires pkgIndex.tcl, ensure that dependency is built |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c58e10a154773edbda3b417b1f9c142d |
| User & Date: | rkeene on 2018-07-08 21:33:06.259 |
| Other Links: | manifest | tags |
Context
|
2018-07-08
| ||
| 21:34 | Make mrproper even more proper check-in: 12833ef0b7 user: rkeene tags: trunk | |
| 21:33 | Testing requires pkgIndex.tcl, ensure that dependency is built check-in: c58e10a154 user: rkeene tags: trunk | |
| 21:32 | Minor cleanup of Makefile check-in: eb2aa33baa user: rkeene tags: trunk | |
Changes
Modified Makefile.in
from [8c51f82b67]
to [6b6db780f5].
| ︙ | |||
60 61 62 63 64 65 66 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | - + | nano.tcl.h: @srcdir@/nano.tcl Makefile od -A n -v -t xC < '@srcdir@/nano.tcl' > nano.tcl.h.new.1 sed 's@ *@@g;s@..@0x&, @g' < nano.tcl.h.new.1 > nano.tcl.h.new.2 rm -f nano.tcl.h.new.1 mv nano.tcl.h.new.2 nano.tcl.h |
| ︙ |