Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-20 | Modules should build w/ propolice now; noticed by Jan Johansson | Todd C. Miller | |
deraadt@ OK | |||
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-13 | Disable afs for now - needs updating to work w/o krb4. | Magnus Holmberg | |
ok hin@ | |||
2003-04-17 | Inform the compilation environment that i386 is now ELF. | Dale Rahn | |
2003-03-04 | need to disable pp for lkm too; from lha@stacken.kth.se | Michael Shalayeff | |
2003-02-12 | move to 3.3-beta | Theo de Raadt | |
2003-02-12 | gcc knows about hppa alergy to propolice now. 10x to etoh@ | Michael Shalayeff | |
2003-01-14 | have to disable pp on hppa now | Michael Shalayeff | |
2002-12-07 | Only 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-21 | Remove include of ${.CURDIR}/../Makefile.inc as it has already been | Marco S Hyman | |
included before this makefile is included. No negative comments after putting the diff out for review several times. | |||
2002-11-10 | hppa is not a special case anymore | Michael Shalayeff | |
2002-09-10 | move to 3.2-beta | Theo 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-11 | ELF_TOOLCHAIN on sparc. | Artur Grabowski | |
Also, sparc/ELF needs -KPIC for ASPICFLAG just like sparc64. | |||
2002-08-03 | fix a comment: libdl no longer exists; explain ELF_TOOLCHAIN | Peter Valchev | |
2002-07-25 | ELF_TOOLCHAIN except hppa for crtbegin and crtend. | Artur Grabowski | |
2002-06-25 | Add LIBEVENT; pointed out by Brian J. Kifiak | Todd C. Miller | |
2002-06-12 | add hppa to ELF_TOOLCHAIN. | Artur Grabowski | |
2002-05-11 | Add 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-22 | move to 3.1-beta | Theo de Raadt | |
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt | |
2002-02-22 | If there is no regress target provide one with _SUBDIRUSE. | Artur Grabowski | |
2002-02-17 | skip tests that require root (REGRESSROOTTARGETS) unless | Marco S Hyman | |
the user is root or SUDO is not empty. OK art@ | |||
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@ ? |