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