Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-03 | use :L variable modifier | Brad Smith | |
2002-01-03 | make regress the main target | Artur Grabowski | |
(now that dependencies are correct) | |||
2002-01-03 | OpenBSD tag | Artur Grabowski | |
2002-01-03 | s/timeout/possible timeout/ the test could simply fail. | Artur Grabowski | |
2002-01-03 | Two new variables. | Artur Grabowski | |
REGRESSSLOWTARGETS, contains a list of all regress targets that are slow. REGRESSSKIPSLOW, settable to "yes"/"no" (default is "no") when running regress. Skips slow tests. (*for some arbitrary and very subjective value of "slow") | |||
2002-01-03 | Support for a new variable REGRESSMAXTIME that sets the cpu time | Artur Grabowski | |
ulimit for tests. Needed for libc_r tests. With some help from marc@ | |||
2002-01-02 | Eh? Why could I finish a make build with this 6 hours ago? | Artur Grabowski | |
2002-01-01 | sync; pointed out by openbsd@davidkrause.com | Niels Provos | |
2002-01-01 | install bsd.regress.mk | Niels Provos | |
2002-01-01 | Start for a framework for regression tests. Simplifies the most common | Artur Grabowski | |
regress test targets, provides logging of success/failure and various minor features. Much Makefile magic from espie@ who thinks that my shell programming skills are "atrocious" (and I agree). | |||
2001-09-27 | Enable shared libs on sparc64. | Artur Grabowski | |
2001-09-25 | change another -k to ${ASPICFLAGS} missed in the previous commit. | Dale Rahn | |
ok jason@ art@. | |||
2001-09-25 | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | Dale Rahn | |
to 'as' to make it compile pic. add defaults for sparc64 which needs picflags set to -fPIC and ASPICFLAGS to -KPIC. Also simplifies the systemcall generation for sparc64 PIC mode. ok epsie@. | |||
2001-09-25 | a bit too soon. | Marc Espie | |
2001-09-25 | Add /usr/share/gnu, for sharing config.guess, config.sub and other files | Marc Espie | |
in $ac_aux_dir. | |||
2001-09-24 | NOPIC on sparc64 | Jason Wright | |
2001-09-24 | profiling now works | Artur Grabowski | |
2001-09-11 | move to 3.0-beta | Theo de Raadt | |
2001-09-02 | sparc64 doesn't support profiling for now. | Artur Grabowski | |
2001-08-23 | sparc64 needs crtbegin and crtend | Artur Grabowski | |
2001-08-23 | sparc64 is ELF. | Artur Grabowski | |
2001-08-18 | Clean up after brad. | Miod Vallat | |
2001-08-16 | - remove libatalk | Brad Smith | |
- remove mention of architecture names in the NOPIC variable description | |||
2001-07-22 | belt-and-suspenders: define SHLIB_* from major/minor, then use | Marc Espie | |
SHLIB_* exclusively. | |||
2001-07-21 | Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl library | Marc Espie | |
does install. | |||
2001-07-20 | One BINDIR too many, I don't know how I pulled that one. | Marc Espie | |
2001-07-20 | undo broken changes, i dunno a fix for these; how many times you gonna ↵ | Michael Shalayeff | |
repeat the same mistake espie@ and millert@ ? | |||
2001-07-20 | every change you make, every step you take, we'll be whatching you | Michael Shalayeff | |
2001-07-19 | Minor speed-up tweaks. | Marc Espie | |
- use .for a b in new syntax for make to handle links. - kill mips - .include shlib_version, since its contents is happy as a Makefile fragment (avoids 10 shell escapes per lib directory, roughly) okay millert@ | |||
2001-07-18 | Mention WARNINGS | Marc Espie | |
2001-07-18 | CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes | Marc Espie | |
Symetrize C++ situation: add CXXOPTS, CXXDIAGFLAGS. | |||
2001-07-02 | Sync library list with bsd.prog.mk | Todd C. Miller | |
2001-06-27 | Add ELF_TOOLCHAIN makefile variable to be used to deal | Dale Rahn | |
with build differences between ELF and a.out. | |||
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-26 | Only one non-UVM arch left, not for long. | Miod Vallat | |
2001-06-26 | Enable Kerberos 5 | Hans Insulander | |
2001-06-20 | we don't use "/" in the beginning of the name in MANSUBDIR | Mike Pechkin | |
millert@ ok | |||
2001-06-13 | Reverse the logic of setting UVM. Instead of listing all archs that have it, | Artur Grabowski | |
just list the three that don't. | |||
2001-06-13 | alpha is no longer NOPIC. | Artur Grabowski | |
2001-05-08 | Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok | Aaron Campbell | |
2001-05-05 | Synch with bsd.prog.mk. | Marc Espie | |
The only client won't see the difference. | |||
2001-05-05 | Check MACHINE for hp300, not MACHINE_ARCH (which will be m68k) | Todd C. Miller | |
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell | |
2001-04-15 | move to 2.9-beta | Theo de Raadt | |
2001-04-03 | Minor clean-ups: | Marc Espie | |
- document some more things (MANPS, make oddities) - put all PHONY targets in bsd.own.mk, since it's included by everything that uses it. - remove them from bsd.lib.mk, since it includes bsd.own.mk. - ... except for load/unload, which are only in bsd.lkm.mk. - fix spell target, so that it actually depends on the generated file. okay niklas@ | |||
2001-02-17 | define UVM for mvme88k | Miod Vallat | |
2001-02-16 | Engage UVM for powerpc. It is now running fairly well (better than non UVM) | Dale Rahn | |
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc. | |||
2001-01-31 | ELF alpha has crtbegin and crtend. | Artur Grabowski | |
2000-12-12 | gmp gone | Niels Provos | |
2000-11-10 | do not change NROFF | Theo de Raadt | |