]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - share/mk
Merge ^/head r326132 through r326161.
[FreeBSD/FreeBSD.git] / share / mk /
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-20 Warner LoshAdd -mno-avx2 for clang as well as -mno-avx. We don...
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-19 Hans Petter SelaskyMerge ^/head r325842 through r325998.
2017-11-18 Bryan DreweryRemove unneeded special case for .OBJDIR=.CURDIR.
2017-11-18 Bryan DreweryEvaluate options after including src-env.conf and befor...
2017-11-18 Bryan DreweryFix top-level targets with read-only OBJDIR.
2017-11-18 Bryan DreweryInclude Makefile.sys.inc if possible for top-level...
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-17 Warner LoshRemove build system support for lint.
2017-11-15 Hans Petter SelaskyMerge ^/head r325663 through r325841.
2017-11-13 Alex RichardsonRemove -fuse-ld= when creating _LDFLAGS from LDFLAGS
2017-11-13 Hans Petter SelaskyFix OFED library dependencies.
2017-11-13 Hans Petter SelaskyRemove no longer supported mthca driver.
2017-11-12 Mariusz ZaborskiIntroduce syslog service for Casper.
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-11 Bryan DreweryDIRDEPS_BUILD: Fix after r325417.
2017-11-11 Bryan DreweryDon't work out of a TARGET. directory if TARGET_ARCH...
2017-11-11 Bryan DreweryHandle MAKEOBJDIRPREFIX when already inside of .OBJDIR.
2017-11-10 Warner LoshMove LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI
2017-11-10 Warner LoshReplace LOADER_FIREWIRE_SUPPORT variable
2017-11-10 Bryan DreweryAUTO_OBJ: Don't create .OBJDIR with 'make -n'.
2017-11-10 Bryan DreweryAllow consuming Makefiles to add to DEPENDFILES.
2017-11-10 Bryan DreweryNo need to run 'make depend' with FAST_DEPEND logic...
2017-11-10 Bryan DreweryAUTO_OBJ: No need to tree-walk with 'make obj' here.
2017-11-10 Bryan DreweryPass down any PROG-specific buildopts for forwarded...
2017-11-10 Bryan DreweryDon't append TARGET.TARGET_ARCH if OBJTOP is already...
2017-11-10 Jung-uk KimMFV: r325668
2017-11-10 Hans Petter SelaskyMerge ^/head r325505 through r325662.
2017-11-10 Bryan DreweryAdd some missed OBJS_SRCS_FILTER from r323637.
2017-11-10 Bryan DreweryAdd support for CRUNCH_LIBS_ for specifying a lib only...
2017-11-10 Bryan DreweryHandle some .OBJDIR == .CURDIR cases.
2017-11-09 Bryan DreweryMark targets .PHONY.
2017-11-09 Andriy GaponMFV r325609: 7531 Assign correct flags to prefetched...
2017-11-09 Andriy GaponMFV r325607: 8607 zfs: variable set but not used
2017-11-09 Andriy GaponMFV r325605: 8713 Buffer overflow in dsl_dataset_name()
2017-11-09 Marcin WojtasRework printouts and logging level in ENA driver
2017-11-08 Bryan DreweryMETA_MODE: Bmake 20171028 in r325340 simplifies the...
2017-11-08 Bryan DreweryAUTO_OBJ: Hide 'creating dirs' output with 'make -s'.
2017-11-07 Bryan DreweryReenable AUTO_OBJ by default.
2017-11-07 Hans Petter SelaskyMerge ^/head r323559 through r325504.
2017-11-06 Bryan DreweryReapply r295227: Stop hiding link install commands.
2017-11-05 Enji CooperRevert r325443
2017-11-05 Enji CooperFix paths for cross-built versions of lib/libclang_rt...
2017-11-05 Bryan DreweryFollow-up r325405: Fix assertion still for kernel modul...
2017-11-05 Enji Cooper.S.ppico should omit ${_COV_FLAG}, not .S.pico
2017-11-05 Enji CooperOmit _COV_FLAG from PO_C(XX)FLAGS and from .S.ppico...
2017-11-05 Enji CooperMFhead@r325422
2017-11-05 Bryan DreweryAvoid trying to remove a fullpath directory in CLEANDIRS.
2017-11-05 Bryan DreweryAUTO_OBJ: Allow 'make cleandir obj all' combinations.
2017-11-05 Bryan DrewerySet the expected __objdir for auto.obj.mk to try.
2017-11-05 Bryan DreweryAlways try to set .OBJDIR, even if AUTO_OBJ is enabled...
2017-11-05 Bryan DreweryValidate MAKEOBJDIR after the MAKEOBJDIRPREFIX override.
2017-11-05 Bryan DreweryAUTO_OBJ: Set .OBJDIR=.CURDIR earlier for NO_OBJ Makefiles.
2017-11-04 Bryan DreweryFollow-up r325405: Only enable assertion for in-tree...
2017-11-04 Bryan DreweryAUTO_OBJ: Revert r325351 now that the fix is in auto...
2017-11-04 Bryan DreweryAdd an assertion to avoid the 'rm -rf /etc' case from...
2017-11-04 Simon J. GerratyEnsure .OBJDIR has known value
2017-11-04 Enji CooperMFhead@r325383
2017-11-03 Bryan DreweryAUTO_OBJ: If the wanted .OBJDIR was not used then disab...
2017-11-02 Bryan DreweryAUTO_OBJ is unsafe at the moment as it is for some...
2017-11-02 Bryan DreweryDIRDEPS_BUILD: Cleanup leftover WORLDTMP files.
2017-11-02 Simon J. GerratyUpdate to bmake-20171028
2017-11-02 Bryan DreweryEnable AUTO_OBJ by default if the OBJDIR is writable...
2017-11-02 Jung-uk KimMerge OpenSSL 1.0.2m.
2017-11-02 Bryan DreweryDon't propagate MAKEOBJDIRPREFIX changes to environment.
2017-11-01 Bryan DreweryMETA_MODE: Respect make -s.
2017-11-01 Bryan Drewerymake obj: Skip treewalk if AUTO_OBJ is enabled.
2017-11-01 Bryan DreweryAdd option UNIFIED_OBJDIR, on by default, which moves...
2017-10-31 Marcin WojtasUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 Enji CooperCheckpoint work to integrate coverage and make check...
2017-10-31 Enji CooperAdd MK_MAKE_CHECK_WITH_COVERAGE, reliant on MK_COVERAGE...
2017-10-31 Enji CooperMFhead@r325209
2017-10-31 Enji CooperDon't override MK_COVERAGE from bsd.opts.mk in the...
2017-10-31 Enji CooperShuffle MK_COVERAGE conditionals around
2017-10-31 Enji CooperMFhead@r325199
2017-10-31 Bryan DreweryThis check is not ready here yet.
2017-10-31 Bryan DreweryAUTO_OBJ can work for crunchgen build-tools.
2017-10-31 Bryan DreweryDisable MK_AUTO_OBJ as a make argument like r325078.
2017-10-31 Bryan DreweryMove some objdir handling (OBJROOT/OBJTOP) out of DIRDE...
2017-10-31 Bryan DreweryAdd RELOBJTOP and RELSRCTOP for relative paths.
2017-10-31 Bryan DreweryDIRDEPS_BUILD: libgcc now depends on MK_LLVM_LIBUNWIND
2017-10-31 Bryan DreweryFollow-up r320149: Enable GPL_DTC if we're using GCC...
2017-10-30 Enji CooperThrowing something else at the wall, seeing if it will...
2017-10-30 Enji CooperLet's see if the dependent relationship between MK_COVE...
2017-10-30 Enji CooperSort for consistency with bsd.prog.mk
2017-10-30 Enji CooperRemove redundant DEFAULT_NO_OPTIONS specification for...
2017-10-30 Enji CooperMFhead@r325125
2017-10-30 Enji CooperMFhead@r325119
2017-10-29 Bryan DreweryAUTO_OBJ: auto.obj.mk mkdir -p simplification
2017-10-29 Bryan DreweryMAKEOBJDIR should be an absolute path, not any path...
2017-10-28 Philip PaepsImport tzdata 2017c
2017-10-27 Andriy GaponMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-26 Enji CooperMFhead@r325004
2017-10-24 Ruslan BukinExtract a set of pmcstat functions and interfaces to...
2017-10-23 Enji CooperDon't require ${DESTDIR}${_gcno_dir} until install
2017-10-23 Enji CooperMove MK_COVERAGE fu before .include <bsd.mkopt.mk>...
2017-10-23 Enji CooperMFhead@r324914
2017-10-23 Enji CooperFix tabs before the style police nags me
next