Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 165085
Collapse All | Expand All

(-)Rules.orig (-3 / +3 lines)
Lines 142-152 Link Here
142
make-test-out = GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
142
make-test-out = GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
143
		$($*-ENV) $(built-program-cmd) $($*-ARGS)
143
		$($*-ENV) $(built-program-cmd) $($*-ARGS)
144
$(objpfx)%-bp.out: %.input $(objpfx)%-bp
144
$(objpfx)%-bp.out: %.input $(objpfx)%-bp
145
	$(make-test-out) > $@ < $(word 1,$^)
145
	$(make-test-out) > $@ < $(word 1,$^) || echo FAILED $@
146
$(objpfx)%.out: %.input $(objpfx)%
146
$(objpfx)%.out: %.input $(objpfx)%
147
	$(make-test-out) > $@ < $(word 1,$^)
147
	$(make-test-out) > $@ < $(word 1,$^) || echo FAILED $@
148
$(objpfx)%.out: /dev/null $(objpfx)%	# Make it 2nd arg for canned sequence.
148
$(objpfx)%.out: /dev/null $(objpfx)%	# Make it 2nd arg for canned sequence.
149
	$(make-test-out) > $@
149
	$(make-test-out) > $@ || echo FAILED $@
150
150
151
endif	# tests
151
endif	# tests
152
152

Return to bug 165085