Mercurial > hg > xemacs-beta
comparison etc/BETA @ 179:9ad43877534d r20-3b16
Import from CVS: tag r20-3b16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:52:19 +0200 |
parents | b980b6286996 |
children | a2f645c6b9f8 |
comparison
equal
deleted
inserted
replaced
178:e703507b8a00 | 179:9ad43877534d |
---|---|
104 $ find . -name \*.rej -print | 104 $ find . -name \*.rej -print |
105 | 105 |
106 Any rejections should be treated as serious problems to be resolved | 106 Any rejections should be treated as serious problems to be resolved |
107 before starting compilation. | 107 before starting compilation. |
108 | 108 |
109 After seeing that there were no rejections, issue the command | 109 After seeing that there were no rejections, issue the commands |
110 | 110 |
111 $ make all-elc | 111 $ ./config.status --recheck |
112 $ make beta | |
112 | 113 |
113 and go play minesweep for awhile on an older XEmacs while the binary | 114 and go play minesweep for awhile on an older XEmacs while the binary |
114 is rebuilt. | 115 is rebuilt. |
115 | 116 |
116 ** Building an XEmacs from a full distribution | 117 ** Building an XEmacs from a full distribution |