]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - share/mk
When booting from an FDT, make sure the FDT itself isn't included the range
[FreeBSD/FreeBSD.git] / share / mk /
2017-11-24 hselaskyRoCE/infiniband upgrade to Linux v4.9 for kernel and...
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-20 impAdd -mno-avx2 for clang as well as -mno-avx. We don...
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 bdreweryRemove unneeded special case for .OBJDIR=.CURDIR.
2017-11-18 bdreweryEvaluate options after including src-env.conf and befor...
2017-11-18 bdreweryFix top-level targets with read-only OBJDIR.
2017-11-18 bdreweryInclude Makefile.sys.inc if possible for top-level...
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-17 impRemove build system support for lint.
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-13 arichardsonRemove -fuse-ld= when creating _LDFLAGS from LDFLAGS
2017-11-13 hselaskyFix OFED library dependencies.
2017-11-13 hselaskyRemove no longer supported mthca driver.
2017-11-12 oshogboIntroduce syslog service for Casper.
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-11 bdreweryDIRDEPS_BUILD: Fix after r325417.
2017-11-11 bdreweryDon't work out of a TARGET. directory if TARGET_ARCH...
2017-11-11 bdreweryHandle MAKEOBJDIRPREFIX when already inside of .OBJDIR.
2017-11-10 impMove LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI
2017-11-10 impReplace LOADER_FIREWIRE_SUPPORT variable
2017-11-10 bdreweryAUTO_OBJ: Don't create .OBJDIR with 'make -n'.
2017-11-10 bdreweryAllow consuming Makefiles to add to DEPENDFILES.
2017-11-10 bdreweryNo need to run 'make depend' with FAST_DEPEND logic...
2017-11-10 bdreweryAUTO_OBJ: No need to tree-walk with 'make obj' here.
2017-11-10 bdreweryPass down any PROG-specific buildopts for forwarded...
2017-11-10 bdreweryDon't append TARGET.TARGET_ARCH if OBJTOP is already...
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-10 bdreweryAdd some missed OBJS_SRCS_FILTER from r323637.
2017-11-10 bdreweryAdd support for CRUNCH_LIBS_ for specifying a lib only...
2017-11-10 bdreweryHandle some .OBJDIR == .CURDIR cases.
2017-11-09 bdreweryMark targets .PHONY.
2017-11-08 bdreweryMETA_MODE: Bmake 20171028 in r325340 simplifies the...
2017-11-08 bdreweryAUTO_OBJ: Hide 'creating dirs' output with 'make -s'.
2017-11-07 bdreweryReenable AUTO_OBJ by default.
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-06 bdreweryReapply r295227: Stop hiding link install commands.
2017-11-05 ngieRevert r325443
2017-11-05 ngieFix paths for cross-built versions of lib/libclang_rt...
2017-11-05 bdreweryFollow-up r325405: Fix assertion still for kernel modul...
2017-11-05 bdreweryAvoid trying to remove a fullpath directory in CLEANDIRS.
2017-11-05 bdreweryAUTO_OBJ: Allow 'make cleandir obj all' combinations.
2017-11-05 bdrewerySet the expected __objdir for auto.obj.mk to try.
2017-11-05 bdreweryAlways try to set .OBJDIR, even if AUTO_OBJ is enabled...
2017-11-05 bdreweryValidate MAKEOBJDIR after the MAKEOBJDIRPREFIX override.
2017-11-05 bdreweryAUTO_OBJ: Set .OBJDIR=.CURDIR earlier for NO_OBJ Makefiles.
2017-11-04 bdreweryFollow-up r325405: Only enable assertion for in-tree...
2017-11-04 bdreweryAUTO_OBJ: Revert r325351 now that the fix is in auto...
2017-11-04 bdreweryAdd an assertion to avoid the 'rm -rf /etc' case from...
2017-11-04 sjgEnsure .OBJDIR has known value
2017-11-03 bdreweryAUTO_OBJ: If the wanted .OBJDIR was not used then disab...
2017-11-02 bdreweryAUTO_OBJ is unsafe at the moment as it is for some...
2017-11-02 bdreweryDIRDEPS_BUILD: Cleanup leftover WORLDTMP files.
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 bdreweryEnable AUTO_OBJ by default if the OBJDIR is writable...
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-11-02 bdreweryDon't propagate MAKEOBJDIRPREFIX changes to environment.
2017-11-01 bdreweryMETA_MODE: Respect make -s.
2017-11-01 bdrewerymake obj: Skip treewalk if AUTO_OBJ is enabled.
2017-11-01 bdreweryAdd option UNIFIED_OBJDIR, on by default, which moves...
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 bdreweryThis check is not ready here yet.
2017-10-31 bdreweryAUTO_OBJ can work for crunchgen build-tools.
2017-10-31 bdreweryDisable MK_AUTO_OBJ as a make argument like r325078.
2017-10-31 bdreweryMove some objdir handling (OBJROOT/OBJTOP) out of DIRDE...
2017-10-31 bdreweryAdd RELOBJTOP and RELSRCTOP for relative paths.
2017-10-31 bdreweryDIRDEPS_BUILD: libgcc now depends on MK_LLVM_LIBUNWIND
2017-10-31 bdreweryFollow-up r320149: Enable GPL_DTC if we're using GCC...
2017-10-29 bdreweryAUTO_OBJ: auto.obj.mk mkdir -p simplification
2017-10-29 bdreweryMAKEOBJDIR should be an absolute path, not any path...
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-24 brExtract a set of pmcstat functions and interfaces to...
2017-10-23 ngieFix an omission in a comment
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-18 jonathanImprove computation of {BC,LL}OBJS.
2017-10-18 jonathanImprove logic of CLEANFILES+=${PROG_FULL}.{bc,ll}.
2017-10-17 jonathanAdd LLVM IR libraries to CLEANFILES.
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-09 impDisconnect libstand from the build.
2017-10-06 baptImport 1.14.3
2017-10-06 jlhRemove rcmds.
2017-10-05 impSupport armv7 builds for userland
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 avosMark libifconfig as private library in src.libnames...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-29 wmaCompile loader as Little-Endian on PPC64/POWER8
2017-09-17 gordonMFV r323678: file 5.32
2017-09-16 sjgUse OBJS_SRCS_FILTER to control setting OBJS from SRCS
2017-09-15 kevansbsdgrep: disable TRE implementation by default
2017-09-14 rlibbygcc builds: reenable -Wstrict-overflow for bsd.sys.mk
2017-09-13 npMFH @ r323558.
2017-09-08 bdreweryTweak comment for install -S usage since it does not...
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-27 ngieRevert change (r322952) that was not yet destined for...
2017-08-27 ngieTry and rebase the bsd.lib.mk changes after ^/head...
2017-08-23 jhbImprove the coverage of debug symbols for MK_DEBUG_FILES.
2017-08-22 baptImport zstandard 1.3.1
next