1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00
This commit is contained in:
Jim Blandy 1996-09-13 17:57:14 +00:00
parent 05f9286947
commit 350294b16d

View file

@ -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