summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
2004-06-03Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@Miod Vallat
2004-06-01hppa is gcc3 and has shlibs nowMichael Shalayeff
2004-05-18use less mana devising ELF_TOOLCHAINMichael Shalayeff
2004-04-05Switch mvme88k to -O2 optimization by default.Miod Vallat
(the perl chunk discussed with millert@ and pushed upstream)
2004-03-02Enable AFS on mvme88k now.Miod Vallat
Remember to update /usr/share/mk before you make obj.
2004-02-27move to 3.5-betaTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo 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-21move sparc64 to gcc3. to move up please install a snapshot (or, installTheo de Raadt
this, build the right gcc, do a make build and pray)
2004-02-12AFS works fine with process.arm.S, enable.Dale Rahn
2004-02-11enable shared libs on amd64; from drahnTheo de Raadt
2004-02-09amd64 can build afs it looks likeTheo de Raadt
2004-02-09do not build AFS on arm, no process.arm.S file (yet)Dale Rahn
arm now has shared library support.
2004-02-083p 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-07do not build AFS on amd64 yetTheo de Raadt
2004-02-01arm support. ok espie@Dale Rahn
2004-01-28magic switches for hammersMichael Shalayeff
2004-01-18don't include bsd.own.mk a second timeMarco S Hyman
'I don't see the harm in that --millert@'
2003-12-27define USE_GCC3, for later.Marc Espie
okay drahn@
2003-10-28indent 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-06Disable AFS for m88k again - it's unlikely that libpthread/arla-lwp supportMiod Vallat
gets debugged in time for the release.
2003-08-29remove HIDEGAME, it only made sense when 'dm' was still around.Jolan Luff
ok fgsch@
2003-08-21AFS onTheo de Raadt
2003-08-18take PSDIR into account. Noticed by David KrauseMarc Espie
2003-08-11add GSSAPI. ok deraadt@Jakob Schlyter
2003-08-11move to 3.4-betaTheo de Raadt
2003-08-08Enable 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-07trivial clean-up: indent tests and mark phony targets.Marc Espie
2003-08-07Kerberos 4 has been removed, so don't mention it.Hans Insulander
2003-08-07add possible call to a MANLINT script (defined to be # by default)Marc Espie
`sounds reasonable' millert@
2003-08-07Simplify install logic by using a shell fragment, and a new-fangled .forMarc Espie
loop. `sounds reasonable' millert@
2003-07-22change an instance of the check from != "yes" to == "no"Brad Smith
ok deraadt@
2003-07-16bye bye LIBCOM_ERR thingiesTheo de Raadt
2003-07-08ELF_TOOLCHAIN:L, for consistency with other yes/no variables.Marc Espie
2003-07-07for cleandir target, clean the postscript man page output even if MANPS isTheo de Raadt
not set
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