diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-28 15:53:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-28 17:32:38 -0400 |
commit | 91f6670c97b88fff4b014a90d2880ab476d05f24 (patch) | |
tree | 649dc0c72c60bbdc4da1055c52a72ab7a5f32be6 /build/header.mk | |
parent | 34e60816adb0ea8ddb155a454676a99ab225dc8a (diff) | |
download | bfs-91f6670c97b88fff4b014a90d2880ab476d05f24.tar.xz |
build: Include the auto-flag build logs in config.log
Diffstat (limited to 'build/header.mk')
-rw-r--r-- | build/header.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/header.mk b/build/header.mk index 8dc7a56..b838f64 100644 --- a/build/header.mk +++ b/build/header.mk @@ -66,7 +66,7 @@ gen/config.h: ${PKG_HEADERS} ${HEADERS} @printf '#define BFS_CONFIG_H\n' >>$@ @cat ${.ALLSRC} >>$@ @printf '#endif // BFS_CONFIG_H\n' >>$@ - @cat gen/cc.log ${.ALLSRC:%=%.log} >gen/config.log + @cat gen/cc.log gen/flags.log ${.ALLSRC:%=%.log} >gen/config.log ${VCAT} $@ @printf '%s' "$$CONFFLAGS" | build/embed.sh >gen/confflags.i @printf '%s' "$$XCC" | build/embed.sh >gen/cc.i |