diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-06-07 23:42:37 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-06-07 23:42:37 +0000 |
| commit | 57989d92a419f4162abf2699cd58e5d97022a5f7 (patch) | |
| tree | 2f5bf63a1433a8163fd02c8d0b2504794dbc1506 /tools | |
| parent | 8609431e84c78bc5b591c53ca9224add820cdca9 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/build/options/makeman | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/build/options/makeman b/tools/build/options/makeman index 9f200b24516b..c498bde26af4 100755 --- a/tools/build/options/makeman +++ b/tools/build/options/makeman @@ -279,14 +279,6 @@ EOF comm -13 $t/config_default $t/config_${opt} | sed -n "/^${opt}$/!p" | comm -13 $t/deps - > $t/deps2 - # Work around BIND_UTILS=no being the default when every WITH_ - # option is enabled. - if [ "$(cat $t/deps2)" = WITHOUT_BIND_UTILS ]; then - sort $t/deps $t/deps2 > $t/_deps - mv $t/_deps $t/deps - :> $t/deps2 - fi - havedeps=0 if [ -s $t/deps ] ; then havedeps=1 |
