distrib-dirs: invert logic
authorSimon Schubert <simon.schubert@epfl.ch>
Tue, 18 Aug 2009 16:16:50 +0000 (18:16 +0200)
committerSimon Schubert <simon.schubert@epfl.ch>
Wed, 19 Aug 2009 09:27:52 +0000 (11:27 +0200)
commitaa5651e69cb736a7b900dbc0ab1e98651147cf42
tree9e443d753bfc9a78791b1d748258b499ed217e95
parentd81eda2ea728762d78d2246296759389527c4995
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.
etc/Makefile