git: distrib-dirs: invert logic
Simon Schubert
corecode at crater.dragonflybsd.org
Wed Aug 19 02:29:12 PDT 2009
commit aa5651e69cb736a7b900dbc0ab1e98651147cf42
Author: Simon Schubert <simon.schubert at 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
More information about the Commits
mailing list