]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - share/mk
Update elftoolchain to upstream rev 3130
[FreeBSD/FreeBSD.git] / share / mk /
2014-12-29 emasteUpdate elftoolchain to upstream rev 3130
2014-12-28 antoineAdd ncurses to _LIBRARIES so that libmenu is correctly...
2014-12-27 ngieAdd LIBADD to PROG_VARS, similar to DPADD/LDADD
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-25 phkDeorbit the IEEE-488/GPIB support.
2014-12-24 emasteUpdate elftoolchain to upstream rev 3130
2014-12-24 emasteCopy elftoolchain top-level directory from vendor at...
2014-12-23 baptFix build with recent binutils
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-12 impFix typo in comments.
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-08 markjMFV r272851:
2014-12-08 ngieThe previous commit should have been a logical or not...
2014-12-08 ngie${CC} --version doesn't need to be queried if both...
2014-12-06 ngieFix typos in comments and wrap to <80 columns
2014-12-06 delphijMFV r260710 + 275532:
2014-12-03 rpauloSwitch gpioctl(8) to LIBADD.
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-01 andrewSet the correct architecture when targeting ARMv7
2014-12-01 emasteBuild infrastructure for elftoolchain tools
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 baptRemove MINUSLPAM the LIBADD framework handles static...
2014-11-25 baptRemove all remnant ugly LD<lbname> but atf one until...
2014-11-25 baptRegister the explicit (pthread) and implicit (for stati...
2014-11-25 baptDefines the libssh dependencies
2014-11-25 baptDefine missing libraries to be able to convert gnu...
2014-11-25 baptSort libraries definitions
2014-11-25 baptRemove duplicated krb5
2014-11-25 baptDefined the needed library to convert usr.sbin to LIBADD
2014-11-25 baptDefines all the libraries needed for usr.bin
2014-11-25 baptDefine libipf internal library
2014-11-25 baptFix recursive problem with libedit dependency, if you...
2014-11-25 baptAdd a definition for libxo
2014-11-25 baptDefine compiler_rt and ssp_nonshared libraries
2014-11-25 baptlibvers and libsl are internal libraries
2014-11-25 baptFix make depends with libnetbsd
2014-11-25 baptAdd definitions of kerberos libraries
2014-11-25 baptlibevent is an internallib
2014-11-25 baptlibatf-c++ exposes libatf-c abi hence we need to explic...
2014-11-25 baptDo not overwrite any LIBNETBSD or LIBNETBSDDIR if they...
2014-11-25 baptDefine special case for atf which libraries names are...
2014-11-24 bapts/cft/ctf
2014-11-24 baptFix typo
2014-11-24 baptFix dependencies in case of building statically
2014-11-24 baptAvoid code duplication by directly adding _INSTALLLIBS...
2014-11-24 baptEach time something links to sqlite3 it should link...
2014-11-24 baptConvert makefs to LIBADD
2014-11-24 baptConvert mandoc to LIBADD
2014-11-24 rpauloImport libgpio.
2014-11-24 baptCorrectly specify -L for internal and private libs
2014-11-24 baptImplement LIBADD
2014-11-22 baptDefine LIBSQLITE3 and LIBMANDOC
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 baptEnforce -lpthread and -lc to always be the 2 last compo...
2014-11-21 rodrigcMake MLINKS text match text in bsd.man.mk added by...
2014-11-18 impAcutally, replaces NO_INCS with WITHOUT_INCLUDES and...
2014-11-14 andrewAdd OBJDUMP to sys.mk. The EFI loader uses it however...
2014-11-08 markjRevert r274200. Implicitly setting DEBUG_FLAGS when...
2014-11-06 markjAutomatically build with debug symbols when building...
2014-11-06 impIgnore errors from rm -rf to support high -j builds...
2014-11-04 dteskeAdd new libraries/utilities for data throughput visuali...
2014-11-04 ngieImport proper fix for misc/49356 (/usr/include/atf...
2014-11-04 ngieAs an optimization (in simple, well used cases) only...
2014-11-04 ngieAdd Makefile snippet to ease porting NetBSD testcases...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-30 jmmvUse the right depend file for each program.
2014-10-29 ngieFix the logic inversion in the previous commit by ensur...
2014-10-28 ngieFilter out TESTS_SUBDIRS already added to SUBDIR instea...
2014-10-22 ngieFix linking static test binaries with atf.test.mk
2014-10-22 jmgfix spelling of DEFAULT in comments...
2014-10-22 impMy previous commit exposed an issue as it fixed a different
2014-10-21 baptRevert r273426 r273409
2014-10-21 baptolder binutils does not know about --no-fatal-warnings
2014-10-21 impFor the kernel, we have USB_GADGET_EXAMPLES as defaults...
2014-10-21 baptDo not make ld(1) warnings fatal anymore, binutils...
2014-10-21 baptAlways use libc++ as the default c++ stack when buildin...
2014-10-21 baptWhen using an external toolchain note that gcc 4.8...
2014-10-21 baptThe dependencies are computed with CC even if sources...
2014-10-21 neelMerge projects/bhyve_svm into HEAD.
2014-10-21 markjFix a few small bugs in the DTrace USDT rules:
2014-10-19 neelIFC @r273206
2014-10-16 markjDon't define rules based on PROGS if PROGS is empty.
2014-10-16 impHYPERV isn't available on all architectures, but just...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-13 delphijPromote libevent to lib/ level and fold ftp-proxy into...
2014-10-10 neelIFC @r272887
2014-10-10 ngieAdd LDFLAGS to PROG_VARS so it can be overridden on...
2014-10-10 baptMake sure SIZE is defined early
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-05 neelIFC @r272481
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-01 willRevise r272363 by collapsing the tests into a for loop.
2014-10-01 andrewClean up detection of big-endian ARM. In all cases...
next