Overview
Comment: | Updated to produce working pkgIndex.tcl file |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0e7070d332e6d00342db3f148ba3dfd8 |
User & Date: | rkeene on 2014-05-02 01:36:22 |
Other Links: | manifest | tags |
Context
2014-05-02
| ||
01:50 | Updated to be more simple about loading objects check-in: 5b517f12c1 user: rkeene tags: trunk | |
01:36 | Updated to produce working pkgIndex.tcl file check-in: 0e7070d332 user: rkeene tags: trunk | |
01:19 | Added release engineering data check-in: 5f641e41fb user: rkeene tags: trunk | |
Changes
Modified .fossil-settings/ignore-glob from [0f084d884a] to [666d734a04].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + | aclocal.m4 aclocal/shobj.m4 aclocal/tcl.m4 aclocal/versionscript.m4 config.guess config.sub config.log config.status configure install-sh Makefile pkgIndex.tcl pkgIndex.tcl.tmpl tcc/* |
Modified Makefile.in from [b9df3360bc] to [9e8d17e35d].
︙ | |||
22 23 24 25 26 27 28 29 30 31 32 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | + + + - - + + + + + - + + - + - - + + - + | else \ mkdir tcc >/dev/null 2>/dev/null; \ cd tcc && $(shell cd $(srcdir) && pwd)/tcc/configure; \ fi tcc/libtcc.a: tcc/config.h $(MAKE) -C tcc libtcc.a tcc/libtcc1.a: tcc/config.h $(MAKE) -C tcc libtcc1.a tcltcc.o: $(srcdir)/tcltcc.c $(srcdir)/tcc/tcc.h $(srcdir)/tcc/libtcc.h tcc/config.h $(CC) $(CPPFLAGS) $(CFLAGS) -o tcltcc.o -c $(srcdir)/tcltcc.c |
︙ |
Modified configure.ac from [e723d3203b] to [248f926e05].
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + - + | target=shared ]) if test "${target}" = "shared"; then dnl Determine how to make shared objects DC_GET_SHOBJFLAGS |
Renamed and modified pkgIndex.tcl.in [da39a3ee5e] to pkgIndex.tcl.tmpl.in [183dffb085].
|