We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863db6c commit 3f4b958Copy full SHA for 3f4b958
1 file changed
src/libc/dj64/parsers/mkproto.sh
@@ -54,7 +54,7 @@ export RTAGS
54
list_syms $TL T | xargs -I '{}' bash -c "extr_proto $TF '{}' ASMFUNC" | nl -v 0 | sed -E 's/^ *//' >$1
55
list_syms $TL U | xargs -I '{}' bash -c "extr_proto $TF '{}' ASMCFUNC" | nl -v 0 | sed -E 's/^ *//' >$2
56
echo "#define THUNK_INCS 1" >$3
57
-list_syms2 $TL U T | xargs -L 1 $URTAGS -t $TF | expand | tr -s '[:blank:]' | \
+list_syms2 $TL U T | xargs -n 1 $URTAGS -t $TF | expand | tr -s '[:blank:]' | \
58
cut -d " " -f 2 | sort | uniq | \
59
sed -E 's/.*(include)\/(.*)/#\1 "\2"/' >>$3
60
shift 3
0 commit comments