delete protos, private.h when autogenerating
This commit is contained in:
@@ -4,3 +4,5 @@
|
||||
# tool-chain installed
|
||||
PATH=/usr/local/bin:$PATH
|
||||
/usr/local/bin/autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
|
||||
find . -name '*-private.h' -delete
|
||||
find . -name '*-protos.h' -delete
|
||||
|
Reference in New Issue
Block a user