From: Sascha Wildner Date: Sun, 2 Aug 2015 11:34:00 +0000 (+0200) Subject: gdb: Fix quickworld failure. X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/b2c75cc8fdcdf18b0670bb6e39b3aebec0cc8d4c gdb: Fix quickworld failure. xml-builtin.c couldn't be regenerated via 'quickworld' because the feature_to_c.sh script refuses to overwrite it if it does already exist. --- diff --git a/gnu/usr.bin/gdb/libgdb/Makefile b/gnu/usr.bin/gdb/libgdb/Makefile index 0ebb43c401..e2aea78753 100644 --- a/gnu/usr.bin/gdb/libgdb/Makefile +++ b/gnu/usr.bin/gdb/libgdb/Makefile @@ -191,6 +191,7 @@ init.c: ${SRCS:Ninit.c} Makefile echo '}' >> ${.TARGET} xml-builtin.c: feature_to_c.sh ${XMLFILES} + rm -f ${.TARGET} sh ${CONTRIBDIR}/features/feature_to_c.sh ${.TARGET} ${.ALLSRC:M*.dtd} common-agent.c: ${CONTRIBDIR}/common/agent.c