Skip to content

Commit

Permalink
src/ss-nat should be excluded from rule src/ss-* (shadowsocks#751)
Browse files Browse the repository at this point in the history
otherwise someone copy the repo from local computer and add to other repo as depend source , will encounter:
No rule to make target 'ss-nat', needed by 'all-am'.  Stop.

to reproduce this error:
git clone https://github.com/shadowsocks/shadowsocks-libev.git
cd my_exist_repo
cp -rv ../shadowsocks-libev ./
rm -rf ./shadowsocks-libev/.git
git add ./shadowsocks-libev  #now the src/ss-nat will silently be ignored ...
  • Loading branch information
荒野无灯 authored and madeye committed Aug 3, 2016
1 parent 97fa447 commit b65e63e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ libtool
pid
ss.*
src/ss-*
!src/ss-nat
stamp-h1
.libs
.pc
Expand Down

0 comments on commit b65e63e

Please sign in to comment.