Mercurial > ~dholland > hg > ag > index.cgi
comparison doc/devel/make.txt @ 17:12171da8943f
Don't refer to CVS.
author | David A. Holland |
---|---|
date | Tue, 31 May 2022 01:56:37 -0400 |
parents | 13d2b8934445 |
children | bb115deb6fb2 |
comparison
equal
deleted
inserted
replaced
16:f9e4689b837d | 17:12171da8943f |
---|---|
55 | 55 |
56 - If you set UNSAFE (e.g., make UNSAFE=1) the build system will | 56 - If you set UNSAFE (e.g., make UNSAFE=1) the build system will |
57 run the most recent native agcl right out of the build tree. | 57 run the most recent native agcl right out of the build tree. |
58 Use with due caution. | 58 Use with due caution. |
59 | 59 |
60 - The AG-generated code used in the build is kept in CVS, so | 60 - The AG-generated code used in the build is kept in source |
61 if all else fails you can revert to a clean version that way. | 61 control, so if all else fails you can revert to a clean version |
62 Be sure to revert matching .cpp and .h files, or the build | 62 that way. Be sure to revert matching .cpp and .h files, or the |
63 will fail. | 63 build will fail. |
64 | 64 |
65 Note that $(TOP)/bin is neither created nor populated by default; | 65 Note that $(TOP)/bin is neither created nor populated by default; |
66 if developing you should set it up yourself with a suitable agcl | 66 if developing you should set it up yourself with a suitable agcl |
67 executable. | 67 executable. |
68 | 68 |