summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
2003-05-20Modules should build w/ propolice now; noticed by Jan JohanssonTodd C. Miller
deraadt@ OK
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-13Disable afs for now - needs updating to work w/o krb4.Magnus Holmberg
ok hin@
2003-04-17Inform the compilation environment that i386 is now ELF.Dale Rahn
2003-03-04need to disable pp for lkm too; from lha@stacken.kth.seMichael Shalayeff
2003-02-12move to 3.3-betaTheo de Raadt
2003-02-12gcc knows about hppa alergy to propolice now. 10x to etoh@Michael Shalayeff
2003-01-14have to disable pp on hppa nowMichael Shalayeff
2002-12-07Only use "ASPICFLAG=-k" a.out assembler, not binutils.Todd C. Miller
With the binutils as, -k is expanded to -keep-locals which is not what we want. OK fgsch@
2002-11-21Remove include of ${.CURDIR}/../Makefile.inc as it has already beenMarco S Hyman
included before this makefile is included. No negative comments after putting the diff out for review several times.
2002-11-10hppa is not a special case anymoreMichael Shalayeff
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@ ?