features/Makefile: Add a "clean" rule.
authorPedro Alves <palves@redhat.com>
Wed, 1 Oct 2014 09:06:03 +0000 (10:06 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 1 Oct 2014 10:07:39 +0000 (11:07 +0100)
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.

gdb/ChangeLog
gdb/features/Makefile

index 0ba9f44..c40ab1b 100644 (file)
@@ -1,5 +1,9 @@
 2014-10-01  Pedro Alves  <palves@redhat.com>
 
+       * features/Makefile (clean): New rule.
+
+2014-10-01  Pedro Alves  <palves@redhat.com>
+
        * features/i386/64bit-avx512.xml (zmm10h, zmm11h, zmm12h, zmm13h)
        (zmm14h): Add missing end quotes.
 
index 1c50419..f30fc13 100644 (file)
@@ -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)