summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
2002-09-10move to 3.2-betaTheo de Raadt
2002-09-02- Precede internal bsd.regress.mk variables with a _Anil Madhavapeddy
- Rename old variables to be easier to read, and deprecate old variables. The old variables will still work, but emit warnings. - REGRESS_SKIP_SLOW only needs to be non-empty now, not explicitly set to 'yes' - REGRESS_LOG can contain more than one file to append results to - ERRORS variable can be set in Makefile to emit warnings or indicate fatal errors. - Add REGRESS_MAIL variable which can be set to an email address to send results to. Currently this only works for a full regression run, since art doesnt want partial run results - sync bsd.regress.mk(5) with these changes ok art@ , also looked over by miod@
2002-08-11ELF_TOOLCHAIN on sparc.Artur Grabowski
Also, sparc/ELF needs -KPIC for ASPICFLAG just like sparc64.
2002-08-03fix a comment: libdl no longer exists; explain ELF_TOOLCHAINPeter Valchev
2002-07-25ELF_TOOLCHAIN except hppa for crtbegin and crtend.Artur Grabowski
2002-06-25Add LIBEVENT; pointed out by Brian J. KifiakTodd C. Miller
2002-06-12add hppa to ELF_TOOLCHAIN.Artur Grabowski
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2002-03-22move to 3.1-betaTheo de Raadt
2002-02-23switch vax to -O2, from hughTheo de Raadt
2002-02-22If there is no regress target provide one with _SUBDIRUSE.Artur Grabowski
2002-02-17skip tests that require root (REGRESSROOTTARGETS) unlessMarco S Hyman
the user is root or SUDO is not empty. OK art@
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.