Fossil SCM
Small Makefile.in comment tidyups.
Commit
86787eadb7b1403827e4dc7fd118c71aaf445d63a1115f5e19a8da4ee6ef1452
Parent
709b566431af6b2…
1 file changed
+2
-2
+2
-2
| --- Makefile.in | ||
| +++ Makefile.in | ||
| @@ -75,11 +75,11 @@ | ||
| 75 | 75 | # |
| 76 | 76 | # APPNAME = fossil-fuzz |
| 77 | 77 | # may be more appropriate for fuzzing. |
| 78 | 78 | |
| 79 | 79 | #### Emscripten stuff for optionally doing in-tree builds |
| 80 | -# of any WASM components. We store precompiled WASM in the the SCM, so | |
| 80 | +# of any WASM components. We store precompiled WASM in the SCM, so | |
| 81 | 81 | # this is only useful for people who actively work on WASM |
| 82 | 82 | # components. EMSDK_ENV refers to the "environment" script which comes |
| 83 | 83 | # with the Emscripten SDK package: |
| 84 | 84 | # https://emscripten.org/docs/getting_started/downloads.html |
| 85 | 85 | EMSDK_HOME = @EMSDK_HOME@ |
| @@ -114,11 +114,11 @@ | ||
| 114 | 114 | # |
| 115 | 115 | # The "touch" is necessary to avoid a make loop due to a new upstream |
| 116 | 116 | # feature in autosetup (GH 0a71e3c3b7) which rewrites *.in outputs only |
| 117 | 117 | # if doing so will write different contents; otherwise, it leaves them |
| 118 | 118 | # alone so the mtime doesn't change. This means that if you change one |
| 119 | -# our depdendencies besides Makefile.in, we'll reconfigure but Makefile | |
| 119 | +# of our dependencies besides Makefile.in, we'll reconfigure but Makefile | |
| 120 | 120 | # won't change, so this rule will remain out of date, so we'll reconfig |
| 121 | 121 | # but Makefile won't change, so we'll reconfig but... endlessly. |
| 122 | 122 | # |
| 123 | 123 | # This is also why we repeat the reconfig target's command here instead |
| 124 | 124 | # of delegating to it with "$(MAKE) reconfig": having children running |
| 125 | 125 |
| --- Makefile.in | |
| +++ Makefile.in | |
| @@ -75,11 +75,11 @@ | |
| 75 | # |
| 76 | # APPNAME = fossil-fuzz |
| 77 | # may be more appropriate for fuzzing. |
| 78 | |
| 79 | #### Emscripten stuff for optionally doing in-tree builds |
| 80 | # of any WASM components. We store precompiled WASM in the the SCM, so |
| 81 | # this is only useful for people who actively work on WASM |
| 82 | # components. EMSDK_ENV refers to the "environment" script which comes |
| 83 | # with the Emscripten SDK package: |
| 84 | # https://emscripten.org/docs/getting_started/downloads.html |
| 85 | EMSDK_HOME = @EMSDK_HOME@ |
| @@ -114,11 +114,11 @@ | |
| 114 | # |
| 115 | # The "touch" is necessary to avoid a make loop due to a new upstream |
| 116 | # feature in autosetup (GH 0a71e3c3b7) which rewrites *.in outputs only |
| 117 | # if doing so will write different contents; otherwise, it leaves them |
| 118 | # alone so the mtime doesn't change. This means that if you change one |
| 119 | # our depdendencies besides Makefile.in, we'll reconfigure but Makefile |
| 120 | # won't change, so this rule will remain out of date, so we'll reconfig |
| 121 | # but Makefile won't change, so we'll reconfig but... endlessly. |
| 122 | # |
| 123 | # This is also why we repeat the reconfig target's command here instead |
| 124 | # of delegating to it with "$(MAKE) reconfig": having children running |
| 125 |
| --- Makefile.in | |
| +++ Makefile.in | |
| @@ -75,11 +75,11 @@ | |
| 75 | # |
| 76 | # APPNAME = fossil-fuzz |
| 77 | # may be more appropriate for fuzzing. |
| 78 | |
| 79 | #### Emscripten stuff for optionally doing in-tree builds |
| 80 | # of any WASM components. We store precompiled WASM in the SCM, so |
| 81 | # this is only useful for people who actively work on WASM |
| 82 | # components. EMSDK_ENV refers to the "environment" script which comes |
| 83 | # with the Emscripten SDK package: |
| 84 | # https://emscripten.org/docs/getting_started/downloads.html |
| 85 | EMSDK_HOME = @EMSDK_HOME@ |
| @@ -114,11 +114,11 @@ | |
| 114 | # |
| 115 | # The "touch" is necessary to avoid a make loop due to a new upstream |
| 116 | # feature in autosetup (GH 0a71e3c3b7) which rewrites *.in outputs only |
| 117 | # if doing so will write different contents; otherwise, it leaves them |
| 118 | # alone so the mtime doesn't change. This means that if you change one |
| 119 | # of our dependencies besides Makefile.in, we'll reconfigure but Makefile |
| 120 | # won't change, so this rule will remain out of date, so we'll reconfig |
| 121 | # but Makefile won't change, so we'll reconfig but... endlessly. |
| 122 | # |
| 123 | # This is also why we repeat the reconfig target's command here instead |
| 124 | # of delegating to it with "$(MAKE) reconfig": having children running |
| 125 |