mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-06 09:19:05 +00:00
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.
This commit is contained in:
parent
e001e535f6
commit
acc9fe4500
@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user