]> granicus.if.org Git - strace/commitdiff
Move errnoent.sh, signalent.sh, and syscallent.sh to maint subdirectory
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 16 May 2017 02:11:35 +0000 (02:11 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 16 May 2017 02:11:35 +0000 (02:11 +0000)
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.

HACKING-scripts
Makefile.am
maint/errnoent.sh [moved from errnoent.sh with 100% similarity]
maint/signalent.sh [moved from signalent.sh with 100% similarity]
maint/syscallent.sh [moved from syscallent.sh with 100% similarity]

index 1220fdd9379099157a35c11f314b74acd299d2c1..e0d683175790d839c11f21ee6d6951425c0a1c16 100644 (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
index a36435ea8eca52097ce70b60fdda585b71eb86db..ff0a7d99ff65f2d4733fb4eabbbfcb36e91b4101 100644 (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                     \
similarity index 100%
rename from errnoent.sh
rename to maint/errnoent.sh
similarity index 100%
rename from signalent.sh
rename to maint/signalent.sh
similarity index 100%
rename from syscallent.sh
rename to maint/syscallent.sh