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:
parent
30dc3ce6bc
commit
d70a3112a0
@ -19,7 +19,7 @@ asrc=$ksrc/arch/blackfin/include
|
|||||||
To use the errnoent.sh script, give it all the headers that might contain
|
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
|
appropriate errno values. Excessive headers are not a problem. The resulting
|
||||||
output should be directly usable without modification.
|
output should be directly usable without modification.
|
||||||
sh ./errnoent.sh \
|
sh ./maint/errnoent.sh \
|
||||||
$ksrc/include/linux/*errno*.h \
|
$ksrc/include/linux/*errno*.h \
|
||||||
$ksrc/include/asm-generic/*errno*.h \
|
$ksrc/include/asm-generic/*errno*.h \
|
||||||
$asrc/asm/*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
|
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
|
appropriate signal values. Excessive headers are not a problem. The resulting
|
||||||
output should be directly usable without modification.
|
output should be directly usable without modification.
|
||||||
sh ./signalent.sh \
|
sh ./maint/signalent.sh \
|
||||||
$asrc/asm/signal.h \
|
$asrc/asm/signal.h \
|
||||||
> signalent.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
|
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
|
name. It has no way of knowing the number of arguments or strace flags for
|
||||||
decoding them (yet?).
|
decoding them (yet?).
|
||||||
sh ./syscallent.sh \
|
sh ./maint/syscallent.sh \
|
||||||
$asrc/asm/unistd.h \
|
$asrc/asm/unistd.h \
|
||||||
> syscallent.h
|
> syscallent.h
|
||||||
|
@ -309,7 +309,6 @@ EXTRA_DIST = \
|
|||||||
debian/strace64.install \
|
debian/strace64.install \
|
||||||
debian/strace64.manpages \
|
debian/strace64.manpages \
|
||||||
debian/watch \
|
debian/watch \
|
||||||
errnoent.sh \
|
|
||||||
generate_sen.sh \
|
generate_sen.sh \
|
||||||
ioctl_iocdef.c \
|
ioctl_iocdef.c \
|
||||||
ioctlsort.c \
|
ioctlsort.c \
|
||||||
@ -807,11 +806,9 @@ EXTRA_DIST = \
|
|||||||
mpers_test.sh \
|
mpers_test.sh \
|
||||||
mpers_xlat.h \
|
mpers_xlat.h \
|
||||||
scno.head \
|
scno.head \
|
||||||
signalent.sh \
|
|
||||||
strace-graph \
|
strace-graph \
|
||||||
strace-log-merge \
|
strace-log-merge \
|
||||||
strace.spec \
|
strace.spec \
|
||||||
syscallent.sh \
|
|
||||||
$(XLAT_INPUT_FILES) \
|
$(XLAT_INPUT_FILES) \
|
||||||
$(XLAT_HEADER_FILES) \
|
$(XLAT_HEADER_FILES) \
|
||||||
xlat/gen.sh \
|
xlat/gen.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user