Move errnoent.sh, signalent.sh, and syscallent.sh to maint subdirectory

Also do not include them into release tarballs.  These files are
intended for developers who are expected to use a git repository.

* errnoent.sh: Move to maint subdirectory.
* signalent.sh: Likewise.
* syscallent.sh: Likewise.
* HACKING-scripts: Update.
* Makefile.am (EXTRA_DIST): Remove errnoent.sh, signalent.sh,
and syscallent.sh.
This commit is contained in:
Дмитрий Левин 2017-05-16 02:11:35 +00:00
parent 30dc3ce6bc
commit d70a3112a0
5 changed files with 3 additions and 6 deletions

View File

@ -19,7 +19,7 @@ asrc=$ksrc/arch/blackfin/include
To use the errnoent.sh script, give it all the headers that might contain
appropriate errno values. Excessive headers are not a problem. The resulting
output should be directly usable without modification.
sh ./errnoent.sh \
sh ./maint/errnoent.sh \
$ksrc/include/linux/*errno*.h \
$ksrc/include/asm-generic/*errno*.h \
$asrc/asm/*errno*.h \
@ -44,7 +44,7 @@ merging should be used to produce the final ioctlent0.h header.
To use the signalent.sh script, give it all the headers that might contain
appropriate signal values. Excessive headers are not a problem. The resulting
output should be directly usable without modification.
sh ./signalent.sh \
sh ./maint/signalent.sh \
$asrc/asm/signal.h \
> signalent.h
@ -53,6 +53,6 @@ system call numbers. The resulting output is useful as a template for creating
a proper header as it can really only detect the system call number and its
name. It has no way of knowing the number of arguments or strace flags for
decoding them (yet?).
sh ./syscallent.sh \
sh ./maint/syscallent.sh \
$asrc/asm/unistd.h \
> syscallent.h

View File

@ -309,7 +309,6 @@ EXTRA_DIST = \
debian/strace64.install \
debian/strace64.manpages \
debian/watch \
errnoent.sh \
generate_sen.sh \
ioctl_iocdef.c \
ioctlsort.c \
@ -807,11 +806,9 @@ EXTRA_DIST = \
mpers_test.sh \
mpers_xlat.h \
scno.head \
signalent.sh \
strace-graph \
strace-log-merge \
strace.spec \
syscallent.sh \
$(XLAT_INPUT_FILES) \
$(XLAT_HEADER_FILES) \
xlat/gen.sh \