Overview
Comment: | More parallelism. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1f2625c8b1b8592ae58491bc511674a8 |
User & Date: | js on 2010-07-29 18:23:01 |
Other Links: | manifest | tags |
Context
2010-07-30
| ||
01:24 | Adjust configure.ac to recent changes. check-in: 3cc9e58d14 user: js tags: trunk | |
2010-07-29
| ||
18:23 | More parallelism. check-in: 1f2625c8b1 user: js tags: trunk | |
2010-07-25
| ||
11:20 |
Use different object files for libs and plugins. This allows building a shared and static lib at once. check-in: 8f2b93e012 user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [fe3638a46e] to [e7585732d0].
︙ | |||
94 95 96 97 98 99 100 | 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | - + - - - + + + | PLUGIN_OBJS = ${OBJS:.o=.plugin.o} MO_FILES = ${LOCALES:.po=.mo} .SILENT: .SUFFIXES: .SUFFIXES: .beam .c .cc .cxx .d .dep .erl .lib.o .mo .m .mm .o .plugin.o .po .py .pyc .xpm .S |
︙ |