View | Details | Raw Unified | Return to bug 230427
Collapse All | Expand All

(-)r476188 (-1 lines)
Lines 1714-1720 sub checkmakefile { Link Here
1714
		next if ($i eq 'DOCS' or $i eq 'NLS' or $i eq 'EXAMPLES' or $i eq 'IPV6' or $i eq 'X11' or $i eq 'DEBUG');
1714
		next if ($i eq 'DOCS' or $i eq 'NLS' or $i eq 'EXAMPLES' or $i eq 'IPV6' or $i eq 'X11' or $i eq 'DEBUG');
1715
		if (!grep(/^$i$/, (@mopt, @popt))) {
1715
		if (!grep(/^$i$/, (@mopt, @popt))) {
1716
			if ($whole !~ /\n${i}_($m)(_\w+)?(.)?=[^\n]+/) {
1716
			if ($whole !~ /\n${i}_($m)(_\w+)?(.)?=[^\n]+/) {
1717
     +\n/) {
1718
				if (!$slaveport) {
1717
				if (!$slaveport) {
1719
					&perror("WARN", $file, -1, "$i is listed in ".
1718
					&perror("WARN", $file, -1, "$i is listed in ".
1720
						"OPTIONS_DEFINE, but no PORT_OPTIONS:M$i appears.");
1719
						"OPTIONS_DEFINE, but no PORT_OPTIONS:M$i appears.");

Return to bug 230427