Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrected etags call. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d27b9bf4ff0bef50a8007e0e9d063e35 |
User & Date: | peter 2012-11-15 20:17:00.386 |
Context
2012-11-15
| ||
20:18 | No changes should show up in the scroll map when displaying a patch check-in: 52575a3437 user: peter tags: trunk | |
20:17 | Corrected etags call. check-in: d27b9bf4ff user: peter tags: trunk | |
2012-10-03
| ||
23:18 | Adapted syntax check to updated Nagelfar package handling. check-in: b00c9a362f user: peter tags: trunk | |
Changes
Changes to Makefile.
︙ | ︙ | |||
89 90 91 92 93 94 95 | eskil.vfs/lib/struct\ eskil.vfs/lib/cmdline\ eskil.vfs/lib/tkdnd\ eskil.vfs/lib/tablelist\ eskil.vfs/lib/wcb src/TAGS: $(SRCFILES) | | | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | eskil.vfs/lib/struct\ eskil.vfs/lib/cmdline\ eskil.vfs/lib/tkdnd\ eskil.vfs/lib/tablelist\ eskil.vfs/lib/wcb src/TAGS: $(SRCFILES) etags -o src/TAGS --regex-Tcl="/proc[ \t]+\([^ \t]+\)/\1/" $(SRCFILES) \ eskil.vfs/lib/*/*.tcl setup: links src/TAGS #---------------------------------------------------------------- # Testing #---------------------------------------------------------------- |
︙ | ︙ |