Attempt to install avrprog.conf.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@83 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
a0ea22aee7
commit
a7786a1a55
|
@ -48,12 +48,12 @@ clean :
|
||||||
rm -f *.o lexer.c ${TARGET} *~ *.core y.tab.c y.tab.h
|
rm -f *.o lexer.c ${TARGET} *~ *.core y.tab.c y.tab.h
|
||||||
touch y.tab.h
|
touch y.tab.h
|
||||||
|
|
||||||
install : dirs \
|
install : dirs \
|
||||||
${BINDIR}/${TARGET} \
|
${BINDIR}/${TARGET} \
|
||||||
${MANDIR}/${MANUAL} \
|
${MANDIR}/${MANUAL} \
|
||||||
${DOCDIR}/avrprog.pdf \
|
${DOCDIR}/avrprog.pdf \
|
||||||
${CONFIGDIR}/avrprog.conf.sample
|
${CONFIGDIR}/avrprog.conf.sample \
|
||||||
|
${CONFIGDIR}/avrprog.conf
|
||||||
|
|
||||||
dirs :
|
dirs :
|
||||||
@for dir in ${DIRS}; do \
|
@for dir in ${DIRS}; do \
|
||||||
|
@ -77,6 +77,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"; \
|
||||||
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