summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
2002-01-03use :L variable modifierBrad Smith
2002-01-03make regress the main targetArtur Grabowski
(now that dependencies are correct)
2002-01-03OpenBSD tagArtur Grabowski
2002-01-03s/timeout/possible timeout/ the test could simply fail.Artur Grabowski
2002-01-03Two 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-03Support for a new variable REGRESSMAXTIME that sets the cpu timeArtur Grabowski
ulimit for tests. Needed for libc_r tests. With some help from marc@
2002-01-02Eh? Why could I finish a make build with this 6 hours ago?Artur Grabowski
2002-01-01sync; pointed out by openbsd@davidkrause.comNiels Provos
2002-01-01install bsd.regress.mkNiels Provos
2002-01-01Start for a framework for regression tests. Simplifies the most commonArtur 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-27Enable shared libs on sparc64.Artur Grabowski
2001-09-25change another -k to ${ASPICFLAGS} missed in the previous commit.Dale Rahn
ok jason@ art@.
2001-09-25Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsDale 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-25a bit too soon.Marc Espie
2001-09-25Add /usr/share/gnu, for sharing config.guess, config.sub and other filesMarc Espie
in $ac_aux_dir.
2001-09-24NOPIC on sparc64Jason Wright
2001-09-24profiling now worksArtur Grabowski
2001-09-11move to 3.0-betaTheo de Raadt
2001-09-02sparc64 doesn't support profiling for now.Artur Grabowski
2001-08-23sparc64 needs crtbegin and crtendArtur Grabowski
2001-08-23sparc64 is ELF.Artur Grabowski
2001-08-18Clean up after brad.Miod Vallat
2001-08-16- remove libatalkBrad Smith
- remove mention of architecture names in the NOPIC variable description
2001-07-22belt-and-suspenders: define SHLIB_* from major/minor, then useMarc Espie
SHLIB_* exclusively.
2001-07-21Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl libraryMarc Espie
does install.
2001-07-20One BINDIR too many, I don't know how I pulled that one.Marc Espie
2001-07-20undo broken changes, i dunno a fix for these; how many times you gonna ↵Michael Shalayeff
repeat the same mistake espie@ and millert@ ?
2001-07-20every change you make, every step you take, we'll be whatching youMichael Shalayeff
2001-07-19Minor 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-18Mention WARNINGSMarc Espie
2001-07-18CDIAGFLAGS, added to CFLAGS if WARNINGS=YesMarc Espie
Symetrize C++ situation: add CXXOPTS, CXXDIAGFLAGS.
2001-07-02Sync library list with bsd.prog.mkTodd C. Miller
2001-06-27Add ELF_TOOLCHAIN makefile variable to be used to dealDale Rahn
with build differences between ELF and a.out.
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-26Only one non-UVM arch left, not for long.Miod Vallat
2001-06-26Enable Kerberos 5Hans Insulander
2001-06-20we don't use "/" in the beginning of the name in MANSUBDIRMike Pechkin
millert@ ok
2001-06-13Reverse the logic of setting UVM. Instead of listing all archs that have it,Artur Grabowski
just list the three that don't.
2001-06-13alpha is no longer NOPIC.Artur Grabowski
2001-05-08Substantial update from NetBSD, most notably gives us UVM support; deraadt@ okAaron Campbell
2001-05-05Synch with bsd.prog.mk.Marc Espie
The only client won't see the difference.
2001-05-05Check MACHINE for hp300, not MACHINE_ARCH (which will be m68k)Todd C. Miller
2001-05-04Substantial update from NetBSD, most notably gives us UVM support; millert@ okAaron Campbell
2001-04-15move to 2.9-betaTheo de Raadt
2001-04-03Minor 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-17define UVM for mvme88kMiod Vallat
2001-02-16Engage 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-31ELF alpha has crtbegin and crtend.Artur Grabowski
2000-12-12gmp goneNiels Provos
2000-11-10do not change NROFFTheo de Raadt