Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-25 | crank to 4.2-beta | Theo de Raadt | |
2007-05-01 | warn if base obj directory does not exist. | Marc Espie | |
okay deraadt@ | |||
2007-02-12 | 4.1-beta | Henning Brauer | |
2007-01-04 | actually echo what's being executed; ok espie@ | Otto Moerbeek | |
2006-12-31 | - XORG_PREFIX is now X11BASE | Matthieu Herrb | |
- define X11ETC here to avoid bootstrap problems noticed by Pierre-Yves Dampure and Frederick C. Druseikis. | |||
2006-11-25 | Hooks needed by modular X builds. ok espie@ dim@. | Matthieu Herrb | |
2006-10-06 | Early bits for a 32-bit SuperH toolchain, currently for little-endian | Miod Vallat | |
systems only; more work is necessary in ld land. | |||
2006-09-26 | switch alpha to gcc3; joint work with drahn@ and brad@ | Martin Reindl | |
ok drahn@ brad@ mickey@ deraadt@ | |||
2006-07-26 | crank to 4.0-beta | Theo de Raadt | |
2006-06-30 | generate deps for yacc and lex, and clean stuff generated by these; | Otto Moerbeek | |
ok deraadt@ | |||
2006-06-26 | remove extraneous brackets and list the architecures in alphabetic order. | Brad Smith | |
no objection from miod@ and krw@ | |||
2006-05-28 | Change LINTFLAGS to '-hx', now that 'a' and 'b' are gone and 'c' really | Chad Loder | |
only produces a 'pointer casts may be troublesome' warning that everyone ignores. | |||
2006-05-27 | support 'make lint' in dirs which contain .y and .l files, help from naddy | Theo de Raadt | |
2006-04-01 | default LINTFLAGS add -p; from cloder | Theo de Raadt | |
2006-03-14 | do not install nls files silently; ok espie | Theo de Raadt | |
2006-02-03 | Consistency fix. Use ${} instead of $() for variables. | Bernd Ahlers | |
ok millert@ | |||
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2006-01-11 | skip -g libs on hp300 too, it is too heavy | Theo de Raadt | |
2005-12-30 | Allow to disable lint by setting WANTLIB=no | Alexander Yurchenko | |
ok deraadt@ espie@ | |||
2005-12-29 | allows a shared library version to be set using LIBname_VERSION=major.minor | Marc 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-16 | Fix typo. Spotted by hannah at schlund dot de. | Mark Kettenis | |
2005-12-16 | zaurus cannot fit -g on standard drive, total bummer | Theo de Raadt | |
2005-12-08 | Compile 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-01 | remove some crud | Theo de Raadt | |
2005-12-01 | Build 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-30 | support for Fortran 77 libraries | Steven Mestdagh | |
"go ahead" espie@, "looks reasonable" kettenis@ | |||
2005-11-23 | NOLINT -> WANTLINT | Jason McIntyre | |
ok deraadt@ | |||
2005-11-23 | change NOLINT into opposite sense; WANTLINT, since it lets us built | Theo de Raadt | |
lint libraries for those libraries which want them (and can have them) ok millert | |||
2005-09-16 | revert, breaks DESTDIR. sorry. | Marc Espie | |
2005-09-15 | uniformize LINKS, so that it gets handled in realinstall all the time | Marc Espie | |
(and the same way). okay otto@ | |||
2005-09-12 | give a full pathname to the installed library, so we don't get a WTF? error | Marc Espie | |
if the directory does not yet exist. okay millert@ | |||
2005-08-09 | move to 3.8-beta | Theo de Raadt | |
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie | |
Make sure tolower/toupper use the whole 8 bits. okay deraadt@ thanks to everyone who tested | |||
2005-04-15 | Bye, bye SHAREDSTRINGS. | Marc Espie | |
Okay deraadt@, millert@ | |||
2005-03-07 | move to 3.7-beta | Theo de Raadt | |
2005-02-05 | introduce explicit MAKE_FLAGS variable, which has no surprising behavior | Marc Espie | |
dependent on make, and fixes the regress problem reported by David Krause. | |||
2005-01-19 | zap redundant MAKEFLAGS, put common code in a loop, indent. | Marc Espie | |
okay hshoexer. | |||
2005-01-18 | reverse logic for gcc3 decision making; brad@ deraadt@ drahn@ ok | Michael Shalayeff | |
2004-12-30 | switch i386 to gcc3; ok deraadt espie miod | Peter Valchev | |
2004-12-28 | let alpha have a .c.a rule, oll korrect miod@ | Jolan Luff | |
2004-12-23 | give a complete path during install, so that we don't accidentally create | Marc Espie | |
a file with the wrong name if the directory doesn't exist. Shouldn't happen, ... but when it does it's hard to figure out. `sounds sane' theo@. ran through make build without issue. | |||
2004-12-11 | -pipe for everyone. | Miod Vallat | |
mac68k users, be sure to upgrade to the latest snapshot first [or upgrade as(1)]. | |||
2004-11-22 | mac68k is not so happy with -pipe, disable for now. | Miod Vallat | |
2004-11-08 | conditional override of PIPE, from markus | Theo de Raadt | |
2004-11-07 | use cc -pipe on most architectures; agreed by a lot | Theo de Raadt | |
2004-11-07 | - MACHINE -> MACHINE_ARCH for amd64 | Brad Smith | |
- remove x86_64 - alphabetic order ok deraadt@ | |||
2004-10-29 | switch powerpc to gcc3 | Peter Valchev | |
2004-10-20 | support C/C++ | Marc Espie | |
Ditch DESTDIR building. okay miod, theo. | |||
2004-10-18 | revert, -B funky semantics ? | Marc Espie | |
2004-10-13 | indent in a more readable way. | Marc Espie | |
check SRCS files for C++ and invoke g++ accordingly. Don't link from scratch with DESTDIR, but use -B instead. okay millert@ |