freebsd-dev/lib/atf
Enji Cooper e6f1b41e4e Filter certain compile-time options into -DATF_BUILD_*
Items filtered through are:

- Constant defines (-D)
- Include flags (-I)
- Linker flags (-L)
- Optimization level (-O)
- Warnings / linker flags (-W)
- Preprocessor options (-f)

This fixes the scenario hit by the Jenkins job where it's infecting
the build with --sysroot, etc options from the Jenkins build in the
tests.

Prefix all intermediate variables (_CFLAGS, etc) with "ATF_BUILD" [*].

MFC after:	2 weeks
Reported by:	Jenkins
Requested by:	jmmv
Reviewed by:	jmmv
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D7702
2016-08-30 02:04:55 +00:00
..
libatf-c Filter certain compile-time options into -DATF_BUILD_* 2016-08-30 02:04:55 +00:00
libatf-c++ Minor Makefile simplifications for lib/atf/... 2016-08-29 22:47:53 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
common.mk MFV: Import atf-0.21. 2014-11-01 11:17:54 +00:00
Makefile Remove bogus .ORDER. 2016-03-11 23:45:42 +00:00
Makefile.inc MFV: Import atf-0.21. 2014-11-01 11:17:54 +00:00