Skip to content

Commit d70a311

Browse files
committed
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.
1 parent 30dc3ce commit d70a311

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

HACKING-scripts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ asrc=$ksrc/arch/blackfin/include
1919
To use the errnoent.sh script, give it all the headers that might contain
2020
appropriate errno values. Excessive headers are not a problem. The resulting
2121
output should be directly usable without modification.
22-
sh ./errnoent.sh \
22+
sh ./maint/errnoent.sh \
2323
$ksrc/include/linux/*errno*.h \
2424
$ksrc/include/asm-generic/*errno*.h \
2525
$asrc/asm/*errno*.h \
@@ -44,7 +44,7 @@ merging should be used to produce the final ioctlent0.h header.
4444
To use the signalent.sh script, give it all the headers that might contain
4545
appropriate signal values. Excessive headers are not a problem. The resulting
4646
output should be directly usable without modification.
47-
sh ./signalent.sh \
47+
sh ./maint/signalent.sh \
4848
$asrc/asm/signal.h \
4949
> signalent.h
5050

@@ -53,6 +53,6 @@ system call numbers. The resulting output is useful as a template for creating
5353
a proper header as it can really only detect the system call number and its
5454
name. It has no way of knowing the number of arguments or strace flags for
5555
decoding them (yet?).
56-
sh ./syscallent.sh \
56+
sh ./maint/syscallent.sh \
5757
$asrc/asm/unistd.h \
5858
> syscallent.h

Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ EXTRA_DIST = \
309309
debian/strace64.install \
310310
debian/strace64.manpages \
311311
debian/watch \
312-
errnoent.sh \
313312
generate_sen.sh \
314313
ioctl_iocdef.c \
315314
ioctlsort.c \
@@ -807,11 +806,9 @@ EXTRA_DIST = \
807806
mpers_test.sh \
808807
mpers_xlat.h \
809808
scno.head \
810-
signalent.sh \
811809
strace-graph \
812810
strace-log-merge \
813811
strace.spec \
814-
syscallent.sh \
815812
$(XLAT_INPUT_FILES) \
816813
$(XLAT_HEADER_FILES) \
817814
xlat/gen.sh \
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)