看板 DFBSD_commit 關於我們 聯絡資訊
commit aa5651e69cb736a7b900dbc0ab1e98651147cf42 Author: Simon Schubert <simon.schubert@epfl.ch> Date: Tue Aug 18 18:16:50 2009 +0200 distrib-dirs: invert logic If test ! -e sys fails, no ln will be called, but also the return value of the whole command will be non-zero. In this make will abort. Fix this by inverting the logic, either returning zero from the successful test -e sys, or returning the return value of the ln -s. Summary of changes: etc/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aa5651e69cb736a7b900dbc0ab1e98651147cf42 -- DragonFly BSD source repository