Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2042daf

Browse files
committed
Improve symlink handling for C tags file.
1 parentd12be5c commit2042daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/tools/make_ctags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ sort tags >/tmp/$$ && mv /tmp/$$ tags
1414

1515
find. -name'CVS' -prune -o -type d -print|whileread DIR
1616
do
17-
["$DIR"!="." ]&& ln -f -s`pwd`/tags$DIR/tags
17+
["$DIR"!="." ]&& ln -f -s`echo"$DIR"| sed's;/[^/]*;/..;g'`/tags$DIR/tags
1818
done

‎src/tools/make_mkid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \
55

66
find. -name'CVS' -prune -o -type d -print|whileread DIR
77
do
8-
["$DIR"!="." ]&& ln -f -s`pwd`/ID$DIR/ID
8+
["$DIR"!="." ]&& ln -f -s`echo"$DIR"| sed's;/[^/]*;/..;g'`/ID$DIR/ID
99
done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp