| History log of /src/external/bsd/atf/lib/libatf-c/Makefile |
| Revision | | Date | Author | Comments |
| 1.24 |
| 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
| 1.23 |
| 07-Jun-2020 |
fox | external/bsd/atf: Suppress -Werror=stringop-truncation error
This logic correctly uses strncpy(3) to fully initialize a fixed-width field, and also ensures NUL-termination on the next line as other users of the field expect.
Add -Werror=stringop-truncation to prevent build failure, when run with MKSANITIZER=yes.
Error was reported when build.sh was run with MKSANITIZER=yes flag.
Reviewed by: kamil@
|
| 1.22 |
| 29-Jan-2020 |
christos | Hack for clang.
|
| 1.21 |
| 02-Mar-2014 |
jmmv | branches: 1.21.26; Fix bundling of the atf version into pkgconfig files and atf-version.
Sigh; one more attempt. This time I'm sure I've verified that the .pc files contain the right number and that atf-version also outputs the right stuff... Both with a clean and non-clean obj directory.
Should fix part of the problems reported in PR bin/48624.
|
| 1.20 |
| 15-Feb-2014 |
jmmv | Fix the bundling of the version number in built files.
Yes, attempting yet another fix at this so that the version number that gets recorded in the pkgconfig files and inside atf-version really matches the latest imported version. Should resolve issues where the built files get stuck with an older version number during update builds.
This time, I'm trying the same approach I applied in the FreeBSD source tree, which has been working fine so far across various release imports.
|
| 1.19 |
| 12-Feb-2014 |
jmmv | Homogenize reachover build file structure with that of kyua-cli:
- Move the majority of the common build definitions to the top-level Makefile.inc and ensure this gets included everywhere. - Move the bconfig.h file to the top-level directory. - Add a statically-generated defs.h file instead of creating one during the build. Easier to understand and less chances for things to go wrong. - Make sure all files using ATF_VERSION have the right dependency to trigger a rebuild when the value changes. - Clean up stale -I flags.
This is all mostly for simplicity reasons and to reduce the cognitive load required to understand the build of the atf and kyua-* packages.
I have tested this with both MKKYUA=no/yes and non-clean/clean builds so hopefully I got the details right. But if not, let me know please.
|
| 1.18 |
| 08-Feb-2014 |
jmmv | Adjust reachover Makefiles for atf-0.19.
The main change here is that the atf-config, atf-report, atf-run and atf-version tools no longer depend on libatf-c nor libatf-c++. Instead, they depend on an internal libtools.a that contains code specifically for these tools and nothing else, making them self-contained.
|
| 1.17 |
| 14-Mar-2013 |
jmmv | Deduce the version number to encode in pkgconfig files by getting it from bconfig.h. Also make the build of these files depends on bconfig.h itself.
This should fix once and for all the problems of the atf/atf-{c,c++}/pkg_config_test:version tests breaking because the pkgconfig files hold an old version number during update builds.
|
| 1.16 |
| 19-Feb-2013 |
jmmv | Fix atf version in pkgconfig files (should be 0.17).
Keeping these files up to date with every new import is too easy to get wrong. Would be nice if we'd extract the version number in some other manner, like from lib/libatf-c/bconfig.h.
Found by martin@.
|
| 1.15 |
| 11-Jul-2012 |
jmmv | branches: 1.15.2; Update reachover Makefiles for atf 0.16.
As part of this change (and as done upstream and in various packaging systems), start shipping shared libraries of both libatf-c and libatf-c++.
|
| 1.14 |
| 16-Jan-2012 |
jmmv | Update reachover build files and scripts to deal with the just-imported atf 0.15.
|
| 1.13 |
| 16-Sep-2011 |
joerg | branches: 1.13.2; Disable noreturn checks for remaining external code
|
| 1.12 |
| 14-Jun-2011 |
jmmv | Update reachover build files for atf-0.14.
|
| 1.11 |
| 11-Jun-2011 |
christos | turn on printf warnings for all the printf-like atf functions.
|
| 1.10 |
| 31-Mar-2011 |
jmmv | branches: 1.10.2; Adjust reachover build files with the import of atf-0.13.
|
| 1.9 |
| 20-Feb-2011 |
jmmv | Fix the values of atf_arch and atf_machine: the former is supposed to be the cpu name and the latter the port name. They had been reversed until now due to some "smart" stupidity^Wlogic in the upstream configure script, which is now gone.
This is a pullup of revision f9329ca68da7e8557e0803b5747a12f8c10b1258 plus the corresponding reachover build changes.
Addresses PR bin/44305.
|
| 1.8 |
| 07-Nov-2010 |
jmmv | branches: 1.8.2; Adjust reachover build files after import of atf-0.12.
|
| 1.7 |
| 20-Oct-2010 |
jmmv | Adjust reachover makefiles for atf 0.11.
|
| 1.6 |
| 03-Jul-2010 |
jmmv | Update reachover makefiles for atf 0.10.
|
| 1.5 |
| 04-Jun-2010 |
jmmv | Adjust reachover makefiles for atf 0.9.
|
| 1.4 |
| 08-May-2010 |
jmmv | Update reachover Makefiles for atf 0.8.
|
| 1.3 |
| 22-Dec-2009 |
jmmv | Update build files to match atf 0.7.
|
| 1.2 |
| 26-Jan-2009 |
christos | fix defs.h building.
|
| 1.1 |
| 19-Jan-2009 |
jmmv | Add reachover Makefiles to build ATF 0.6. These replace the old Makefiles that were spread all around the tree when ATF lived in dist/atf.
|
| 1.8.2.1 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.10.2.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
| 1.13.2.3 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.13.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.13.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.15.2.3 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.15.2.2 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.15.2.1 |
| 25-Feb-2013 |
tls | resync with head
|
| 1.21.26.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|