Change "WARNING" to "NOTE" when overwriting the avrprog.conf file.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@106 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
17f82c7f62
commit
bbb20e219c
2
Makefile
2
Makefile
|
@ -80,7 +80,7 @@ ${CONFIGDIR}/avrprog.conf.sample : avrprog.conf.sample
|
||||||
|
|
||||||
${CONFIGDIR}/avrprog.conf : avrprog.conf.sample
|
${CONFIGDIR}/avrprog.conf : avrprog.conf.sample
|
||||||
@if [ -f ${CONFIGDIR}/avrprog.conf ]; then \
|
@if [ -f ${CONFIGDIR}/avrprog.conf ]; then \
|
||||||
echo "WARNING: backing up ${CONFIGDIR}/avrprog.conf to ${CONFIGDIR}/avrprog.conf.old"; \
|
echo "NOTE: backing up ${CONFIGDIR}/avrprog.conf to ${CONFIGDIR}/avrprog.conf.old"; \
|
||||||
cp -p ${CONFIGDIR}/avrprog.conf ${CONFIGDIR}/avrprog.conf.old; \
|
cp -p ${CONFIGDIR}/avrprog.conf ${CONFIGDIR}/avrprog.conf.old; \
|
||||||
fi
|
fi
|
||||||
${INSTALL_DATA} avrprog.conf.sample $@
|
${INSTALL_DATA} avrprog.conf.sample $@
|
||||||
|
|
Loading…
Reference in New Issue