From: Dmitry V. Levin Date: Tue, 16 May 2017 02:11:35 +0000 (+0000) Subject: Do not include maint subdirectory into release tarballs X-Git-Tag: v4.17~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30dc3ce6bc42872c9bf1290c4a9e520941196c58;p=strace Do not include maint subdirectory into release tarballs These files are intended for developers who are expected to use a git repository. * Makefile.am (EXTRA_DIST): Remove maint/ioctls_gen.sh, maint/ioctls_hex.sh, maint/ioctls_sym.sh, and maint/print_ioctlent.c. --- diff --git a/Makefile.am b/Makefile.am index 5b0b8770..a36435ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -802,10 +802,6 @@ EXTRA_DIST = \ linux/xtensa/set_scno.c \ linux/xtensa/syscallent.h \ linux/xtensa/userent.h \ - maint/ioctls_gen.sh \ - maint/ioctls_hex.sh \ - maint/ioctls_sym.sh \ - maint/print_ioctlent.c \ mpers.awk \ mpers.sh \ mpers_test.sh \