Overview
Comment: | Updated ignores |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | pure-c |
Files: | files | file ages | folders |
SHA3-256: |
a01594ff308d121ecf38030bb0505543 |
User & Date: | rkeene on 2019-12-06 14:17:34 |
Other Links: | branch diff | manifest | tags |
Context
2020-03-25
| ||
00:24 | Integrate pure C version check-in: eebfe1f40f user: rkeene tags: trunk | |
2019-12-06
| ||
14:17 | Updated ignores Closed-Leaf check-in: a01594ff30 user: rkeene tags: pure-c | |
2019-12-03
| ||
17:59 | Made Tcl and C version of "xvfs-create" more similar by re-ordering output check-in: 36d0805e0e user: rkeene tags: pure-c | |
Changes
Modified .fossil-settings/ignore-glob from [5116205bcb] to [a5960fd8bf].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | xvfs.so example-standalone.gcda example-standalone.gcno example-flexible.gcda example-flexible.gcno example-client.gcda example-client.gcno xvfs.gcda xvfs.gcno xvfs-create-standalone.new xvfs-create-standalone xvfs-test-coverage xvfs-create-c xvfs-create-c.o | > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | xvfs.so example-standalone.gcda example-standalone.gcno example-flexible.gcda example-flexible.gcno example-client.gcda example-client.gcno xvfs-create-c.gcda xvfs-create-c.gcno xvfs.gcda xvfs.gcno xvfs-create-standalone.new xvfs-create-standalone xvfs-test-coverage xvfs-create-c xvfs-create-c.o |
︙ | ︙ |
Modified Makefile from [0296cd0ad4] to [dafcafb7d8].
︙ | ︙ | |||
116 117 118 119 120 121 122 123 124 125 126 127 128 129 | rm -f example-standalone$(LIB_SUFFIX) example-standalone.o rm -f example-client.o example-client$(LIB_SUFFIX) rm -f example-flexible.o example-flexible$(LIB_SUFFIX) rm -f xvfs.o xvfs$(LIB_SUFFIX) rm -f example-standalone.gcda example-standalone.gcno rm -f example-client.gcda example-client.gcno rm -f example-flexible.gcda example-flexible.gcno rm -f xvfs_random$(LIB_SUFFIX) xvfs_synthetic$(LIB_SUFFIX) rm -f xvfs.gcda xvfs.gcno rm -f __test__.tcl rm -f profile-bare profile-gperf rm -f gmon.out rm -f callgrind.out rm -rf oprofile_data | > | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | rm -f example-standalone$(LIB_SUFFIX) example-standalone.o rm -f example-client.o example-client$(LIB_SUFFIX) rm -f example-flexible.o example-flexible$(LIB_SUFFIX) rm -f xvfs.o xvfs$(LIB_SUFFIX) rm -f example-standalone.gcda example-standalone.gcno rm -f example-client.gcda example-client.gcno rm -f example-flexible.gcda example-flexible.gcno rm -f xvfs-create-c.gcda xvfs-create-c.gcno rm -f xvfs_random$(LIB_SUFFIX) xvfs_synthetic$(LIB_SUFFIX) rm -f xvfs.gcda xvfs.gcno rm -f __test__.tcl rm -f profile-bare profile-gperf rm -f gmon.out rm -f callgrind.out rm -rf oprofile_data |
︙ | ︙ |