mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
.
This commit is contained in:
parent
05f9286947
commit
350294b16d
1 changed files with 6 additions and 0 deletions
6
HACKING
6
HACKING
|
@ -5,6 +5,12 @@ GNU coding standards. The standards are available via anonymous FTP
|
||||||
from prep.ai.mit.edu, as /pub/gnu/standards/standards.texi and
|
from prep.ai.mit.edu, as /pub/gnu/standards/standards.texi and
|
||||||
make-stds.texi.
|
make-stds.texi.
|
||||||
|
|
||||||
|
- Check Makefile.in and configure files into CVS, as well as any files
|
||||||
|
used to create them (Makefile.am, configure.in); don't check in
|
||||||
|
Makefiles or header files generated by configuration scripts. The
|
||||||
|
general rule is that you should be able to check out a working
|
||||||
|
directory of Guile from CVS, and then type "configure" and "make".
|
||||||
|
|
||||||
- Make sure your changes compile and work, at least on your own
|
- Make sure your changes compile and work, at least on your own
|
||||||
machine, before checking them into the main branch of the Guile
|
machine, before checking them into the main branch of the Guile
|
||||||
repository. If you really need to check in untested changes, make a
|
repository. If you really need to check in untested changes, make a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue