summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Use make(1) instead of a shell script to implement the checkdpadd target.bde2003-07-031-9/+7
* Libraries come.ru2003-07-021-0/+1
* Sort.ru2003-07-021-1/+1
* Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.ru2003-07-022-4/+14
* The .s files do not have to be preprocessed with cpp(1).ru2003-07-021-2/+2
* Revert to using as(1) to compile plain assembler source files.ru2003-07-021-9/+2
* There's no reason to keep separate AINC knob anymore.ru2003-07-013-17/+8
* Propagate the ${AINC} knob (assembler include) to sys.mk,ru2003-06-302-4/+1
* Removed suffix-transformation rules that are duplicatesru2003-06-301-20/+0
* The use of ld(1) to strip compiler local and non-globalru2003-06-301-36/+0
* Add ${CRUNCH_CFLAGS} support for adding compile options to crunchgordon2003-06-292-0/+3
* Be consistent about the use of ${LDFLAGS} for the internal rules. Somepeter2003-06-261-10/+10
* Put on the core hat and back out all of the CSTD= changes. Core willimp2003-06-141-14/+0
* Revert to a known-good state. Anyone desiring to experiment with stricterdes2003-06-141-23/+9
* Build/install the PIC version of libgcc (libcc_pic.a) for use by sharedpeter2003-06-131-0/+1
* We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()peter2003-06-131-2/+3
* Remove NOSHLIBS, users can get by with NOPIC.obrien2003-06-101-3/+1
* Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64.obrien2003-06-071-0/+6
* Compile our code as C99 w/GNU extensions by default.obrien2003-06-061-1/+2
* Update some library names. Libraries come, libraries go.markm2003-06-041-3/+2
* I got a bazzar bug reportobrien2003-06-021-2/+2
* Turn back on c99, the tree should be ready for it now.obrien2003-06-021-1/+1
* To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"obrien2003-06-021-1/+1
* Temperarly turn off building the tree with c99.obrien2003-06-021-1/+1
* Use a bigger hammer -- keep all -std= out of CXXFLAGS.obrien2003-06-012-2/+2
* Do not set a C standard for the C++ compiler.obrien2003-06-011-5/+7
* Compile our code as C99 by default.obrien2003-06-011-9/+11
* CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.obrien2003-05-311-1/+3
* Make CSTD style match the rest of file.obrien2003-05-311-6/+6
* Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 isanholt2003-05-221-1/+3
* Fixed typo in a comment.ru2003-05-211-2/+2
* s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs.peter2003-05-201-4/+4
* Apply the first in a series of patches which will bring bsd.README up to date.trhodes2003-05-171-10/+40
* Whitespace cleanup (1.15 had spaces instead of tabs)des2003-05-051-4/+4
* Don't use -pedantic unless we also set -std of some kind.des2003-05-051-1/+4
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-1/+1
* Remove some games/ cruft that is no longer of relevance.markm2003-05-032-8/+0
* Add a mechanism to allow Makefiles to specify the particular C dialectdes2003-05-011-1/+12
* Add NOSHLIBS.obrien2003-04-271-1/+3
* Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.ru2003-04-221-1/+1
* Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.obrien2003-04-141-1/+1
* Default the userland to 486 capabilities.obrien2003-04-111-1/+1
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-051-7/+0
* -Wall implies -Wuninitialized if -O is also in effect.ru2003-04-041-3/+0
* Enable cpp(1) warnings in system headers. GCC is oriented onru2003-03-311-0/+1
* Globally use -mieee in /usr/src for Alpha.obrien2003-03-291-0/+4
* Reduce "code duplication" for AMD CPU's.obrien2003-03-291-30/+10
* Added GEOM library to the bsd.libnames.mk namespace.ru2003-03-211-0/+1
* Record the sudden death of bsd.kern.mk and bsd.sgml.mk.ru2003-03-121-2/+0
* KerberosIB deorbit: Remove library references.markm2003-03-081-7/+1
OpenPOWER on IntegriCloud