summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
2010-05-26Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABIMark Kettenis
corner cases that were fixed in gcc4, and changes in libgcc that we may have missed. ok kettenis@
2010-05-09define COMPILER_VERSION to be used later.Marc Espie
Based on dale's idea. (please install this file now, so you won't get errors when we commit the rest).
2010-04-03Build all manual pages in base with mandoc(1) instead of groff,Ingo Schwarze
excepting the tbl(1) pages, which are less than twenty. "commit the diff that enables it, now" deraadt@
2010-03-27pass -d -t to the default ``make tags'' flags.Owain Ainsworth
note that this does not affect sys (which already uses those flags) and libc (which has its own special target for them). just other uses of bsd.{prog,lib,dep}.mk. "I suppose" deraadt@, "yes, we want that" marco@ From Toni Mueller, thanks!
2010-03-02variable name is SUBDIR, not SUBDIRS; from Amarendra GodboleJason McIntyre
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@
2010-01-264.7-BETA (also, lo-carb and ozone layer friendly)Miod Vallat
2009-09-23use "exec ${MAKE} ..." instead of "${MAKE} ..." for recursion.Matthieu Herrb
This saves a few processes. ok miod@.
2009-06-204.6-BETAMiod Vallat
2009-02-08Move to 4.5-BETAMiod Vallat
2009-02-05Revert 1.54 and build debug libs on hp300 too.Miod Vallat
2008-09-07allow PICFLAG to be overridden; ok kettenis drahnTheo de Raadt
2008-07-02move to 4.4-betaTheo de Raadt
2008-03-28Enable shared libraries on landisk.Dale Rahn
The sh architecture required some different linkage than most platforms, This fixes those other requirements.
2008-03-25Add a bsd.xconf.mk glue file, to be included at the start of XenocaraMatthieu Herrb
makefiles. ok oga@.
2008-03-24check for emptiness of SRCS, since make warns otherwise.Marc Espie
okay deraadt@
2008-02-204.3-betaMiod Vallat
2007-11-04Always compile modules with -mcmodel=kernel on amd64.Mike Belopuhov
Fix parentheses while here. Reminded by deraadt@
2007-11-03unmess make depend: make sure stuff is built in the correct order.Marc Espie
2007-11-03add a BEFOREMAN hook variable, for those programs that need something toMarc Espie
be done before they can build their manpages. `ah right' millert@
2007-07-25crank to 4.2-betaTheo de Raadt
2007-05-01warn if base obj directory does not exist.Marc Espie
okay deraadt@
2007-02-124.1-betaHenning Brauer
2007-01-04actually echo what's being executed; ok espie@Otto Moerbeek
2006-12-31- XORG_PREFIX is now X11BASEMatthieu Herrb
- define X11ETC here to avoid bootstrap problems noticed by Pierre-Yves Dampure and Frederick C. Druseikis.
2006-11-25Hooks needed by modular X builds. ok espie@ dim@.Matthieu Herrb
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
systems only; more work is necessary in ld land.
2006-09-26switch alpha to gcc3; joint work with drahn@ and brad@Martin Reindl
ok drahn@ brad@ mickey@ deraadt@
2006-07-26crank to 4.0-betaTheo de Raadt
2006-06-30generate deps for yacc and lex, and clean stuff generated by these;Otto Moerbeek
ok deraadt@
2006-06-26remove extraneous brackets and list the architecures in alphabetic order.Brad Smith
no objection from miod@ and krw@
2006-05-28Change LINTFLAGS to '-hx', now that 'a' and 'b' are gone and 'c' reallyChad Loder
only produces a 'pointer casts may be troublesome' warning that everyone ignores.
2006-05-27support 'make lint' in dirs which contain .y and .l files, help from naddyTheo de Raadt
2006-04-01default LINTFLAGS add -p; from cloderTheo de Raadt
2006-03-14do not install nls files silently; ok espieTheo de Raadt
2006-02-03Consistency fix. Use ${} instead of $() for variables.Bernd Ahlers
ok millert@
2006-01-19crank to 3.8-betaTheo de Raadt
2006-01-11skip -g libs on hp300 too, it is too heavyTheo de Raadt
2005-12-30Allow to disable lint by setting WANTLIB=noAlexander Yurchenko
ok deraadt@ espie@
2005-12-29allows a shared library version to be set using LIBname_VERSION=major.minorMarc Espie
This overrides the major/minor contents of an shlib_version. Useful for overriding version numbers in ports. after discussion with bernd@, millert@, deraadt@
2005-12-16Fix typo. Spotted by hannah at schlund dot de.Mark Kettenis
2005-12-16zaurus cannot fit -g on standard drive, total bummerTheo de Raadt
2005-12-08Compile all libraries with -g; -g1 has some issues and isn't widely used;Mark Kettenis
-g is much more useful anyway. welcomed by many, ok deraadt@
2005-12-01remove some crudTheo de Raadt
2005-12-01Build lib.a, lib_p.a and lib.so.x.y with -g1.Mark Kettenis
This should give us meaningful backtraces through system libraries. ok deraadt@
2005-11-30support for Fortran 77 librariesSteven Mestdagh
"go ahead" espie@, "looks reasonable" kettenis@
2005-11-23NOLINT -> WANTLINTJason McIntyre
ok deraadt@
2005-11-23change NOLINT into opposite sense; WANTLINT, since it lets us builtTheo de Raadt
lint libraries for those libraries which want them (and can have them) ok millert
2005-09-16revert, breaks DESTDIR. sorry.Marc Espie
2005-09-15uniformize LINKS, so that it gets handled in realinstall all the timeMarc Espie
(and the same way). okay otto@