Add a warning to not modify the file manually.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1297 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2014-04-05 08:01:08 +00:00
parent 38e6a4061f
commit 41607055a6
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@
Using the -C +file option is a much better way for user Using the -C +file option is a much better way for user
modifications. modifications.
* doc/avrdude.texi: (Dito.) * doc/avrdude.texi: (Dito.)
* avrdude.conf.in: Add a warning to not modify the file manually.
2014-03-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de> 2014-03-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de>

View File

@ -10,6 +10,10 @@
# identifies which part AVRDUDE is going to be programming and must match # identifies which part AVRDUDE is going to be programming and must match
# one of the parts' "id" parameter. # one of the parts' "id" parameter.
# #
# DO NOT MODIFY THIS FILE. Modifications will be overwritten the next
# time a "make install" is run. For user-specific additions, use the
# "-C +filename" commandline option.
#
# Possible entry formats are: # Possible entry formats are:
# #
# programmer # programmer