mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Cleanup generated header files during make check
* Makerules (common-clean): Also remove gen-as-const-headers files.
This commit is contained in:
parent
940ab4b3b8
commit
e5a6e5674b
@ -1,3 +1,8 @@
|
||||
2012-04-24 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* Makerules (common-clean): Also remove gen-as-const-headers
|
||||
files.
|
||||
|
||||
2012-04-24 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/getdents.c: Remove file.
|
||||
|
@ -1330,6 +1330,7 @@ common-clean: common-mostlyclean
|
||||
-rm -f $(objpfx)*.d $(objpfx)*.dt
|
||||
-rm -fr $(addprefix $(objpfx),$(generated-dirs))
|
||||
-rm -f $(addprefix $(common-objpfx),$(common-generated))
|
||||
-rm -f $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
|
||||
|
||||
# Produce a file `stubs' which contains `#define __stub_FUNCTION'
|
||||
# for each function which is a stub. We grovel over all the .d files
|
||||
|
Loading…
Reference in New Issue
Block a user