* Rewrite lines like: @exec [ CONDITION ] && ACTION as: @exec [ ! CONDITION ] || ACTION In the first version, the @executed command returns false if CONDITION is false and ACTION is not performed: pkg_add would then complain about the whole command's exit code. The second version returns either true or the actual ACTION exit code. * Do not echo some Makefile commands.
1 line
60 B
Text
1 line
60 B
Text
MD5 (openldap-2.0.8.tgz) = 4e6603c732011f01d7fc0120685b6f31
|