summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
2005-04-15Bye, bye SHAREDSTRINGS.Marc Espie
Okay deraadt@, millert@
2005-03-07move to 3.7-betaTheo de Raadt
2005-02-05introduce explicit MAKE_FLAGS variable, which has no surprising behaviorMarc Espie
dependent on make, and fixes the regress problem reported by David Krause.
2005-01-19zap redundant MAKEFLAGS, put common code in a loop, indent.Marc Espie
okay hshoexer.
2005-01-18reverse logic for gcc3 decision making; brad@ deraadt@ drahn@ okMichael Shalayeff
2004-12-30switch i386 to gcc3; ok deraadt espie miodPeter Valchev
2004-12-28let alpha have a .c.a rule, oll korrect miod@Jolan Luff
2004-12-23give a complete path during install, so that we don't accidentally createMarc Espie
a file with the wrong name if the directory doesn't exist. Shouldn't happen, ... but when it does it's hard to figure out. `sounds sane' theo@. ran through make build without issue.
2004-12-11-pipe for everyone.Miod Vallat
mac68k users, be sure to upgrade to the latest snapshot first [or upgrade as(1)].
2004-11-22mac68k is not so happy with -pipe, disable for now.Miod Vallat
2004-11-08conditional override of PIPE, from markusTheo de Raadt
2004-11-07use cc -pipe on most architectures; agreed by a lotTheo de Raadt
2004-11-07- MACHINE -> MACHINE_ARCH for amd64Brad Smith
- remove x86_64 - alphabetic order ok deraadt@
2004-10-29switch powerpc to gcc3Peter Valchev
2004-10-20support C/C++Marc Espie
Ditch DESTDIR building. okay miod, theo.
2004-10-18revert, -B funky semantics ?Marc Espie
2004-10-13indent in a more readable way.Marc Espie
check SRCS files for C++ and invoke g++ accordingly. Don't link from scratch with DESTDIR, but use -B instead. okay millert@
2004-09-20pass CPPFLAGS to CLINT. ok deraadt@, millert@Marc Espie
2004-09-06i *SAID* this could go in, now it is days later, I will do it myselfTheo de Raadt
2004-08-11mips -> mips64; pefo okTheo de Raadt
2004-08-09move to 3.6-betaTheo de Raadt
2004-07-24Enable profiling libraries construction on m88k.Miod Vallat
2004-07-08for the arm workaround, include CPPFLAGS; ok drahnTheo de Raadt
2004-07-08again: move PICFLAG into bsd.own.mk with the rest of the shlib handling,Peter Valchev
and thus simplify logic. now including bsd.own.mk will override any current setting in PICFLAG, which is desired. ok deraadt drahn
2004-06-24undo tree breakage, sorryPeter Valchev
2004-06-22move PICFLAG into bsd.own.mk where the rest of the lib stuff isPeter Valchev
(don't ask why) and simplify logic; needed soon
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