]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - share/mk
Revert previous workaround. This problem was fixed
[FreeBSD/FreeBSD.git] / share / mk /
2015-11-04 rodrigcRename libohash to libopenbsd.
2015-10-31 bdreweryDon't hide stderr when checking ${CC} --version.
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-30 ngieUnbreak bsd.progs.mk with PROGS (but not PROGS_CXX...
2015-10-29 bdreweryFix regression from using .USEBEFORE in _SUBDIR in...
2015-10-28 baptMerge from head
2015-10-27 bdreweryUse proper CONFDIR after r289148
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-27 bdrewerySpell CONFGROUPS properly.
2015-10-27 bdreweryMETA MODE: Fix after addition of bsd.confs.mk: Stage...
2015-10-26 bdreweryMETA MODE: Fix FILESNAME not being respected sans other...
2015-10-26 bdreweryMETA MODE: bsd.files.mk and bsd.confs.mk don't handle...
2015-10-24 bdrewerySort properly.
2015-10-24 bdreweryAdd bsd.crunchgen.mk to bsd.README.
2015-10-24 bdrewerySlightly rework the comments and logic for default...
2015-10-24 bdreweryConfigs should not be under MK_INCLUDES control.
2015-10-23 bdreweryRework r289778 to always parallelize known targets...
2015-10-23 bdreweryFix regression from r289734 that caused crunchgen ...
2015-10-23 sjgMerge bmake 20151020
2015-10-22 bdreweryFor SUBDIR_PARALLEL, when doing 'make clean*' or 'make...
2015-10-22 bdreweryFix installation of manpages with WITHOUT_COMPRESS...
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-22 bdreweryFix incorrect defined() usage from style clean up in...
2015-10-22 bdreweryFix style. Namely use {} rather than ().
2015-10-22 bdreweryRewrite crunchgen target handling for progs so that...
2015-10-22 bdreweryClean up some bsd.crunchgen.mk issues.
2015-10-21 bdreweryRemove indirection of _sub target for using _SUBDIR.
2015-10-21 bdreweryFix building in a directory with SUBDIRs and SUBDIR_PAR...
2015-10-20 bdreweryImprove safety of caching from r289659 by only importin...
2015-10-20 bdreweryPass COMPILER_TYPE and COMPILER_VERSION to sub-makes...
2015-10-19 bdreweryReplace all of the duplicated logic for recursing into...
2015-10-19 bdreweryAdd missing .PHONY for parallel subdir target.
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 ngieMake libxo depend on libutil because it uses humanize_n...
2015-10-18 ngieIntegrate contrib/netbsd-tests/bin/dd into the FreeBSD...
2015-10-18 ngieMFhead @ r289481
2015-10-18 ngieOnly enable -fstack-protector-strong on gcc 4.9+ and...
2015-10-18 ngiePort over diff from ^/user/ngie/more-tests to replace...
2015-10-17 ngieMFhead @ r289471
2015-10-17 ngieOnly use -fstack-protector-strong with supported compilers
2015-10-17 bdreweryRework the 'make -n -n' feature such that '-n' recurses...
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-16 bdrewerySimilar to r289355, /usr/tests is within the base syste...
2015-10-15 bdreweryMake installing to a non-existent directory an error.
2015-10-15 bdreweryFix wrong use of .for; the iteration variable is not...
2015-10-15 bdreweryRemove excess .else
2015-10-15 emaste/usr/tests is part of the base system (for *.debug...
2015-10-14 bdreweryAdd missing targets to PHONY_NOTMAIN.
2015-10-14 bdreweryRecurse on 'buildconfig' and 'installconfig'. Remove...
2015-10-14 bdreweryRe-indent the ALL_SUBDIR_TARGETS list
2015-10-14 bdreweryRevert r289282 for now as the interaction with a direct...
2015-10-14 emaste/libexec subdirs are part of the base system (for ...
2015-10-14 ngieIntegrate tools/regression/vfs into the FreeBSD test...
2015-10-14 bdreweryFix support for building a PROG_CXX, and PROG, directly.
2015-10-14 bdreweryFollow-up r288218 by ensuring common objects are built...
2015-10-14 bdreweryReplace the out-of-place includes/files/config handling...
2015-10-14 bdreweryCorrect a comment in bsd.incs.mk forgotten in r274662...
2015-10-14 bdreweryAdd a note about the mysterious files/includes/config...
2015-10-13 bdrewerybsd.subdir.mk: Move all of the targets into ALL_SUBDIR_...
2015-10-13 bdrewerybsd.subdir.mk: Handle cleanobj.
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-12 ngieUse OBJTOP, not OBJROOT
2015-10-12 ngieMFhead @ r289173
2015-10-11 ngieDefault TESTSDIR to /usr/tests/${RELDIR:H}
2015-10-11 ngieSimplify netbsd-tests.test.mk
2015-10-11 ngieMFhead @ r289148
2015-10-11 baptUse existing CONFDIR instead of adding a new CONFIGDIR
2015-10-11 ngieRedo MFC @ r289134
2015-10-11 ngieRevert r289133; retry the merge
2015-10-11 ngieMFhead @ r289132
2015-10-11 ngieFix a typo (TESTDIR -> TESTSDIR); document the new...
2015-10-11 ngieUpdate/simplify the comment
2015-10-10 baptInstall bsd.confs.mk
2015-10-10 ngieMFhead @ r289100
2015-10-09 baptInstall configuration files with CONFMODE instead of...
2015-10-09 baptAdd a new bsd.confs.mk similar to bsd.files.mk or bsd...
2015-10-07 sjgTo help bootstrap new local depends,
2015-10-07 sjgDo not assume host toolchain supports sysroot
2015-10-07 sjgIn jobs mode we can use .ORDER to force stage_links...
2015-10-06 ngieMFhead @ r288943
2015-10-06 dimUpgrade our copies of clang, llvm, lldb, compiler-rt...
2015-10-06 ngie--------------------------------------------------...
2015-10-06 ngie--------------------------------------------------...
2015-10-06 dimMerge ^/head r288836 through r288925.
2015-10-06 impPrevious versions of bsd.own.mk included bsd.compiler.mk
2015-10-05 dimMerge ^/head r288457 through r288830.
2015-10-05 ngieMFhead @ r281414
2015-10-04 pfgBump the stack protector to level "strong".
2015-10-02 bdreweryMETA_MODE: Fix stage_links not running in the right...
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-09-30 bdreweryMETA_MODE: Set HOST_CXX and HOST_CPP and chain them...
2015-09-30 bdreweryMETA_MODE: Remove unneeded groff/tmac special GENDIRDEP...
2015-09-30 markjMFV r288408:
2015-09-28 ngieCopy bin/ls/tests from ^/head
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
next