]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - Makefile.inc1
Note interactive shell errors for make buildenv and add a warning for
[FreeBSD/FreeBSD.git] / Makefile.inc1
2017-11-07 Warner LoshNote interactive shell errors for make buildenv and...
2017-11-05 Enji CooperFix paths for cross-built versions of lib/libclang_rt...
2017-11-05 Enji CooperMFhead@r325422
2017-11-05 Bryan DreweryFix nested MAKEOBJDIRPREFIX breaking various release...
2017-11-04 Enji CooperMFhead@r325383
2017-11-03 Bryan DreweryFollow-up r318105: Don't use NO_OBJ at top-level, use...
2017-11-03 Bryan DreweryFollow-up r325329: Store all WORLDTMP objects back...
2017-11-02 Bryan DreweryFollow-up r325342: Always ensure WORLDTMP exists.
2017-11-02 Bryan DreweryDIRDEPS_BUILD: Cleanup leftover WORLDTMP files.
2017-11-02 Simon J. GerratyUpdate to bmake-20171028
2017-11-02 Bryan DreweryReduce MAKEOBJDIRPREFIX path spam by specifying a direc...
2017-11-02 Jung-uk KimMerge OpenSSL 1.0.2m.
2017-11-01 Bryan Drewerynative-xtools/xdev: Store these in a location including...
2017-11-01 Bryan DreweryAdd a 'make cleanuniverse'.
2017-11-01 Bryan DreweryAdd option UNIFIED_OBJDIR, on by default, which moves...
2017-10-31 Bryan Dreweryxdev: Follow-up r325087: Need to build lib/clang before...
2017-10-31 Bryan Drewerykernel-toolchain: Fix improper build order after r325244.
2017-10-31 Bryan Drewerykernel-toolchain: Skip world _obj and _cleanobj phases.
2017-10-31 Bryan Drewerybuild-tools: De-special-case the gcc tools build.
2017-10-31 Bryan DreweryFollow-up r297998: Remove redundant TOOLS_PREFIX in...
2017-10-31 Marcin WojtasUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 Enji CooperFold all of the MK_COVERAGE _prereq_libs logic up....
2017-10-31 Enji CooperMFhead@r325209
2017-10-31 Enji CooperThe append to _startup_libs was bogus; remove it
2017-10-31 Enji CooperRemove c++ COMPILER_FEATURES check; it's not needed
2017-10-31 Bryan Drewerynative-xtools: Allow SYSTEM_COMPILER to be used after...
2017-10-31 Enji CooperMFhead@r325199
2017-10-31 Bryan Drewerycleanworld: No need to cleandir if MK_AUTO_OBJ is enabled.
2017-10-30 Enji CooperRemove empty else
2017-10-30 Enji CooperRemove the WMAKEENV forcing of MK_COVERAGE to no
2017-10-30 Enji CooperTry again
2017-10-30 Enji CooperLet's try enforcing profile_rt's build this way
2017-10-30 Enji CooperJust append to WMAKEENV
2017-10-30 Enji CooperPass down WANT_COMPILER_TYPE for debugging purposes...
2017-10-30 Enji CooperMFhead@r325125
2017-10-30 Enji CooperMFhead@r325119
2017-10-30 Warner LoshReturn proper status from buildenv.
2017-10-29 Bryan Dreweryxdev: Consolidate duplicate cross-tools build/install...
2017-10-29 Bryan Dreweryxdev: Remove excess '/' since XDTP is asserted to be...
2017-10-29 Bryan Dreweryxdev: Fix build for platforms needing LLD.
2017-10-29 Bryan Dreweryxdev: Add missing 'make obj' treewalk for 'make includes'.
2017-10-29 Bryan DreweryChange native-xtools to not install by default; add...
2017-10-29 Bryan DreweryFix xdev TARGET/TARGET_ARCH assertion and expand to...
2017-10-29 Bryan DreweryDisable AUTO_OBJ as a make argument to ensure it really...
2017-10-29 Bryan DreweryRemove comment: debug files can be useful for build...
2017-10-29 Bryan DreweryMove some LIBCOMPAT tmpdir logic setup to its own build...
2017-10-29 Bryan DreweryMK_TESTS is disabled in early phases, no need for TESTB...
2017-10-29 Bryan DreweryFAST_DEPEND clean hack: Remove lib32/soft files properly.
2017-10-29 Bryan DreweryMove FAST_DEPEND cleanup hack into its own target and...
2017-10-29 Bryan DreweryWe don't need LIB32 directories extracted in early...
2017-10-29 Bryan DreweryDisallow using a colon ':' in source checkout paths.
2017-10-29 Bryan DreweryMove sendmail special check into a _sanity_check target.
2017-10-28 Philip PaepsImport tzdata 2017c
2017-10-27 Andriy GaponMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-26 Enji CooperRemove unnecessary :U when testing COMPILER_FEATURES
2017-10-26 Enji CooperMFhead@r325004
2017-10-25 Bryan DreweryCleanup pieces missed in r315057 which made mandoc...
2017-10-25 Bryan DreweryFix native-xtools build to use a proper sysroot.
2017-10-25 Bryan DreweryMETA_MODE: Follow-up r319593: Don't use host headers...
2017-10-25 Enji CooperLet's try doing this...
2017-10-25 Enji CooperTry setting MK_COVERAGE in WMAKEENV
2017-10-25 Enji CooperI guess I have to use COMPILER_FEATURES, not X_COMPILER...
2017-10-23 Enji CooperDon't expand _coverage_libs
2017-10-23 Enji CooperMore trying to quash the stupidity of gcc 4.2.1
2017-10-23 Enji CooperMissing .endif FTL
2017-10-23 Enji CooperDiff reduce and try to apply MK_COVERAGE only against...
2017-10-23 Enji CooperMFhead@r324914
2017-10-23 Enji CooperUse MK_CLANG instead -_-
2017-10-23 Enji CooperTrying to get libgcov to work was a stupid, stupid...
2017-10-23 Enji Cooperlibprofile_rt requires c++-11
2017-10-23 Enji CooperGet rid of now unnecessary intermediate variable, _cove...
2017-10-23 Enji CooperDelete MK_COVERAGE=no with gcc. Let's see if this fixes...
2017-10-23 Enji CooperAlways compile libgcov and libprofile_rt
2017-10-23 Enji CooperTry unbreaking MK_COVERAGE != no with make tinderbox
2017-10-22 Enji CooperMFhead@r324884
2017-10-22 Enji CooperDisable MK_COVERAGE in Makefile.inc1 when working with...
2017-10-22 Mark JohnstonMFV r323105 (partial): 8300 fix man page issues found...
2017-10-22 Enji CooperMFhead@r324851
2017-10-22 Enji CooperTweaks to make libraries and make installworld
2017-10-21 Enji CooperMFhead@r324837
2017-10-21 Emmanuel Vadotdts: Update our device tree sources file fomr Linux...
2017-10-10 Jung-uk KimMerge ACPICA 20170929 (take 2).
2017-10-10 Enji CooperMFhead@r324497
2017-10-10 Baptiste DaroussinDo not print error when running make check-old on system
2017-10-10 Enji CooperTweak wording for _coverage_libs.*
2017-10-10 Enji CooperFix the typo I accidentally added with _coverage_libs...
2017-10-10 Enji CooperMFhead@r324482
2017-10-10 Enji CooperBuilding libprofile-rt in cross-tools unfortunately...
2017-10-09 Enji CooperFirst attempt at adding coverage libraries for gcc...
2017-10-09 Enji CooperAdd MK_COVERAGE_SUPPORT
2017-10-06 Baptiste DaroussinImport mandoc 1.14.3
2017-10-06 Baptiste DaroussinImport 1.14.3
2017-10-06 Andriy GaponMFV r322235: 8067 zdb should be able to dump literal...
2017-10-06 Andriy GaponMFV r316934: 7340 receive manual origin should override...
2017-10-06 Andriy GaponMFV r316933: 5142 libzfs support raidz root pool (loade...
2017-10-06 Andriy GaponMFV r316931: 6268 zfs diff confused by moving a file...
2017-10-06 Andriy GaponMFV r316877: 7571 non-present readonly numeric ZFS...
2017-10-06 Andriy GaponMFV r316864: 6392 zdb: introduce -V for verbatim import
2017-10-06 Andriy GaponMFV r316862: 6410 teach zdb to perform object lookups...
2017-10-05 Warner LoshSupport armv7 builds for userland
next