RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Editing auto* generated files

PREV UP NEXT Bookshelf RTEMS Frequently Asked Questions

4.2.15: Editing auto* generated files

RTEMS uses automake, therefore never, ever, ever edit Makefile.ins, Makefiles, configure or other auto* generated files. Changes to them will be swapped away soon and will get lost.

Instead edit the sources (eg.: Makefile.ams, configure.acs) auto* generated files are generated from directly.

If sending patches always send Makefile.ams and configure.acs. Sending Makefile.ins, Makefiles and configure scripts is pretty much useless. If sending larger patches, consider removing all auto* generated files by running bootstrap -c (cf. See ./bootstrap) before running diff to cut a patch.

If you don't understand what this is all about, try start getting familiar with auto* tools by reading autoconf.info and automake.info, or feel free to ask for assistance on the RTEMS Mailing List (See Are there any mailing lists?.


PREV UP NEXT Bookshelf RTEMS Frequently Asked Questions

Copyright © 1988-2004 OAR Corporation