From 55a8f821c4bf16f3ba38380235a874f68f4b7a68 Mon Sep 17 00:00:00 2001 From: bsd Date: Sat, 24 Nov 2001 01:48:59 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dd87e7e..ffa217e1 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ ${CONFIGDIR}/avrprog.conf.sample : avrprog.conf.sample ${CONFIGDIR}/avrprog.conf : avrprog.conf.sample @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; \ fi ${INSTALL_DATA} avrprog.conf.sample $@