Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251346 | Differences between
and this patch

Collapse All | Expand All

(-)openssl-0.9.8j.ORIG/Makefile.org (-5 / +5 lines)
Lines 333-347 Link Here
333
		dir=crypto; target=all; $(BUILD_ONE_CMD)
333
		dir=crypto; target=all; $(BUILD_ONE_CMD)
334
build_fips:
334
build_fips:
335
	@dir=fips; target=all; [ -z "$(FIPSCANLIB)" ] || $(BUILD_ONE_CMD)
335
	@dir=fips; target=all; [ -z "$(FIPSCANLIB)" ] || $(BUILD_ONE_CMD)
336
build_ssl:
336
build_ssl: build_crypto
337
	@dir=ssl; target=all; $(BUILD_ONE_CMD)
337
	@dir=ssl; target=all; $(BUILD_ONE_CMD)
338
build_engines:
338
build_engines: build_crypto
339
	@dir=engines; target=all; $(BUILD_ONE_CMD)
339
	@dir=engines; target=all; $(BUILD_ONE_CMD)
340
build_apps:
340
build_apps: build_libs
341
	@dir=apps; target=all; $(BUILD_ONE_CMD)
341
	@dir=apps; target=all; $(BUILD_ONE_CMD)
342
build_tests:
342
build_tests: build_libs
343
	@dir=test; target=all; $(BUILD_ONE_CMD)
343
	@dir=test; target=all; $(BUILD_ONE_CMD)
344
build_tools:
344
build_tools: build_libs
345
	@dir=tools; target=all; $(BUILD_ONE_CMD)
345
	@dir=tools; target=all; $(BUILD_ONE_CMD)
346
346
347
all_testapps: build_libs build_testapps
347
all_testapps: build_libs build_testapps

Return to bug 251346