Overview
Comment: | Add URL to comments. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
42fce8e1b8ac72398f58f27510f26cdb |
User & Date: | js on 2008-02-10 20:20:08 |
Other Links: | manifest | tags |
Context
2008-04-17
| ||
19:53 | Fixed a typo. check-in: 4211b70c2d user: js tags: trunk | |
2008-02-10
| ||
20:20 | Add URL to comments. check-in: 42fce8e1b8 user: js tags: trunk | |
09:40 | Fix a few bugs in threaded dependency generation. check-in: 1e6ad9ea9d user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [e09ca97a4b] to [7a94493d9a].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 | + + | # # Copyright (c) 2007, Jonathan Schleifer <js-buildsys@webkeks.org> # # https://webkeks.org/hg/buildsys/ # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice is present in all copies. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ |
Modified m4/buildsys.m4 from [2f986a5cd4] to [cf42f7ef55].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 | + + | dnl dnl Copyright (c) 2007, Jonathan Schleifer <js-buildsys@webkeks.org> dnl dnl https://webkeks.org/hg/buildsys/ dnl dnl Permission to use, copy, modify, and/or distribute this software for any dnl purpose with or without fee is hereby granted, provided that the above dnl copyright notice and this permission notice is present in all copies. dnl dnl THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" dnl AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ |