Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-03 | Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@ | Miod Vallat | |
2004-06-01 | hppa is gcc3 and has shlibs now | Michael Shalayeff | |
2004-05-18 | use less mana devising ELF_TOOLCHAIN | Michael Shalayeff | |
2004-04-05 | Switch mvme88k to -O2 optimization by default. | Miod Vallat | |
(the perl chunk discussed with millert@ and pushed upstream) | |||
2004-03-02 | Enable AFS on mvme88k now. | Miod Vallat | |
Remember to update /usr/share/mk before you make obj. | |||
2004-02-27 | move to 3.5-beta | Theo de Raadt | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-21 | move sparc64 to gcc3. to move up please install a snapshot (or, install | Theo de Raadt | |
this, build the right gcc, do a make build and pray) | |||
2004-02-12 | AFS works fine with process.arm.S, enable. | Dale Rahn | |
2004-02-11 | enable shared libs on amd64; from drahn | Theo de Raadt | |
2004-02-09 | amd64 can build afs it looks like | Theo de Raadt | |
2004-02-09 | do not build AFS on arm, no process.arm.S file (yet) | Dale Rahn | |
arm now has shared library support. | |||
2004-02-08 | 3p suffix, formatting. | Marc Espie | |
okay millert@ should have committed before the perl change, except I checked it thru a make build first, and then forgot to commit. | |||
2004-02-07 | do not build AFS on amd64 yet | Theo de Raadt | |
2004-02-01 | arm support. ok espie@ | Dale Rahn | |
2004-01-28 | magic switches for hammers | Michael Shalayeff | |
2004-01-18 | don't include bsd.own.mk a second time | Marco S Hyman | |
'I don't see the harm in that --millert@' | |||
2003-12-27 | define USE_GCC3, for later. | Marc Espie | |
okay drahn@ | |||
2003-10-28 | indent tests for readability. | Marc Espie | |
actually declare a _SUBDIRUSE target. (this allows one to just include bsd.obj.mk if bsd.subdir.mk is not actually needed, or to include bsd.obj.mk and bsd.subdir.mk in any order) okay millert@ | |||
2003-09-06 | Disable AFS for m88k again - it's unlikely that libpthread/arla-lwp support | Miod Vallat | |
gets debugged in time for the release. | |||
2003-08-29 | remove HIDEGAME, it only made sense when 'dm' was still around. | Jolan Luff | |
ok fgsch@ | |||
2003-08-21 | AFS on | Theo de Raadt | |
2003-08-18 | take PSDIR into account. Noticed by David Krause | Marc Espie | |
2003-08-11 | add GSSAPI. ok deraadt@ | Jakob Schlyter | |
2003-08-11 | move to 3.4-beta | Theo de Raadt | |
2003-08-08 | Enable the first level of compiler optimizations on mvme88k by default, | Miod Vallat | |
now that is getting stable. ksh(1) still has to be builh at -O0 for now, though. ok deraadt@ | |||
2003-08-07 | trivial clean-up: indent tests and mark phony targets. | Marc Espie | |
2003-08-07 | Kerberos 4 has been removed, so don't mention it. | Hans Insulander | |
2003-08-07 | add possible call to a MANLINT script (defined to be # by default) | Marc Espie | |
`sounds reasonable' millert@ | |||
2003-08-07 | Simplify install logic by using a shell fragment, and a new-fangled .for | Marc Espie | |
loop. `sounds reasonable' millert@ | |||
2003-07-22 | change an instance of the check from != "yes" to == "no" | Brad Smith | |
ok deraadt@ | |||
2003-07-16 | bye bye LIBCOM_ERR thingies | Theo de Raadt | |
2003-07-08 | ELF_TOOLCHAIN:L, for consistency with other yes/no variables. | Marc Espie | |
2003-07-07 | for cleandir target, clean the postscript man page output even if MANPS is | Theo de Raadt | |
not set | |||
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 | |