summaryrefslogtreecommitdiff
path: root/gdb/features
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-10-01 10:06:03 +0100
committerPedro Alves <palves@redhat.com>2014-10-01 11:07:39 +0100
commitacc9fe45000902313cf7ee9139136419858d874c (patch)
tree28c5160dc67ac079b98215087ff97ee18638b95d /gdb/features
parente001e535f63d804127269fbdfbcbefa1f206bf46 (diff)
features/Makefile: Add a "clean" rule.
So that we can do "make clean all" to regenerate all the renerated .dat files. gdb/ 2014-10-01 Pedro Alves <palves@redhat.com> * features/Makefile (clean): New rule.
Diffstat (limited to 'gdb/features')
-rw-r--r--gdb/features/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile
index 1c50419444..f30fc13ddf 100644
--- a/gdb/features/Makefile
+++ b/gdb/features/Makefile
@@ -185,3 +185,6 @@ $(outdir)/i386/x32-avx512.dat: i386/x32-core.xml i386/64bit-avx.xml \
i386/64bit-mpx.xml i386/64bit-avx512.xml
$(outdir)/i386/x32-avx512-linux.dat: i386/x32-core.xml i386/64bit-avx.xml \
i386/64bit-mpx.xml i386/64bit-avx512.xml i386/64bit-linux.xml
+
+clean:
+ rm -f $(OUTPUTS)