summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add riscv to the list of architectures for cscope.andrew2016-02-291-1/+1
|
* Kill EoL whitespace.maxim2015-05-291-1/+1
|
* arm64 added to CSCOPE_ARCHDIR.maxim2015-05-291-1/+1
|
* Remove "pci" from CSCOPEDIRS.rpaulo2014-09-231-1/+1
|
* Remove ia64.marcel2014-07-071-1/+1
| | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan
* Reorganize this Makefile so that all the bsd.*.mk bits are in onejhb2014-05-291-16/+16
| | | | | | section at the bottom. Reviewed by: imp
* Add a temporary hack to change the various non-build related specialjhb2014-05-281-0/+3
| | | | | | | targets like 'cscope' and 'glimpse' to not depend on src.opts.mk or bsd.*.mk. Reviewed by: imp
* Add a new target cscope-hook.rpaulo2014-05-151-0/+19
| | | | | This adds a Mercurial hook to automatically update the cscope data base every time you pull, switch branch, or update.
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Remove AppleTalk support.glebius2014-03-141-1/+1
| | | | | | | | | | AppleTalk was a network transport protocol for Apple Macintosh devices in 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk was a legacy protocol and primary networking protocol is TCP/IP. The last Mac OS X release to support AppleTalk happened in 2009. The same year routing equipment vendors (namely Cisco) end their support. Thus, AppleTalk won't be supported in FreeBSD 11.0-RELEASE.
* Remove IPX support.glebius2014-03-141-1/+1
| | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
* Add netpfil to CSCOPEDIRS.rpaulo2013-12-301-1/+1
|
* Remove netncp cscope entry missed in r248097bryanv2013-03-121-1/+1
| | | | Reviewed by: attilio
* Run cscope with the -v parameter to make it more user-friendly.rpaulo2012-12-021-1/+1
|
* Add sys/ofed to the 'make cscope' target.jhb2012-03-201-1/+1
| | | | MFC after: 1 week
* Improve the cscope target's handling of MD directories. Automaticallyjhb2012-01-031-2/+10
| | | | | | | | include the MACHINE_CPUARCH directory if it differents from MACHINE when building an index for a single machine. Also, include the 'x86' directory when building an index for i386, pc98, or amd64. MFC after: 1 week
* Include sys/xen in cscope tag file generation.gibbs2011-06-101-1/+1
|
* Disconnect sun4v architecture from the three.attilio2011-05-141-1/+1
| | | | | | | | | Some files keep the SUN4V tags as a code reference, for the future, if any rewamped sun4v support wants to be added again. Reviewed by: marius Tested by: sbruno Approved by: re
* Add lex and yacc sources to things cscope'd.obrien2010-11-211-1/+1
|
* Add x86 to ALL_ARCH.obrien2010-11-211-1/+1
|
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-1/+1
| | | | | | | prior to 8.0-RELEASE. Rick Macklem's new and more feature-rich NFSv234 client and server are replacing it. Discussed with: rmacklem
* Removal pccard directory requires removing it from the list of thingsimp2009-02-151-1/+1
| | | | | | | that get installed too. <blush> Submitted by: Olivier Smedts (identical patches to what I came up with before checking email)
* Improve the glimpse target: don't index .svn and compile directories.philip2008-08-151-0/+4
| | | | Suggested by: brooks
* Add a "glimpse" target to the kernel Makefile.philip2008-08-081-0/+7
| | | | | | | Glimpse is a powerful "grep on an index". Especially addictive on slow laptop hard disks. MFC after: 2 days
* o Add cddl, nlm and xdr to CSCOPEDIRS.maxim2008-07-201-5/+5
| | | | | | | | o Add pc98 and sun4v to CSCOPE_ARCHDIR. PR: misc/125792 Submitted by: KOIE Hidetaka MFC after: 1 week
* Use 'CSCOPE_ARCHDIR' to change the default architecture directories toobrien2008-07-101-3/+6
| | | | | cscope. After the addition of sys/modules/dtrace/dtrace, setting 'ARCHDIR' in /etc/src.conf breaks the build.
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-1/+1
| | | | | | | | | | | | | | | | | | parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-1/+1
| | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti
* + Use the default cscope names.obrien2008-05-211-8/+13
| | | | | | + Enable fast symbol lookup. + Make sure files cscoped are really files, and add .S's. + Add 'cscope-clean' target.
* o Add boot, gdb, nfsserver and opencrypto dirs to CSCOPEDIRS; sort.maxim2008-01-231-3/+3
|
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codarwatson2007-07-121-1/+1
| | | | | | | | | | by removing files from src/sys/coda, and updating include paths in the new location, kernel configuration, and Makefiles. In one case add $FreeBSD$. Discussed with: anderson, Jan Harkes <jaharkes@cs.cmu.edu> Approved by: re (kensmith) Repo-copy madness: simon
* Remove netkey directory from cscope/TAGs generation and replacebz2007-07-051-1/+3
| | | | | | | | | | it with netipsec now that KAME IPsec is gone. While here add missing netinet6 directories. Add comments about the ports needed to be able to run those targets. Reviewed by: philip Approved by: re (rwatson)
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
| | | | | | | | | This commit includes only the kernel files, the rest of the files will follow in a second commit. Reviewed by: bz Approved by: re Supported by: Secure Computing
* o Add bsm and security to a list of cscope dirs.maxim2007-04-141-3/+3
|
* o Remove isofs from the cscope dirs list. Its content wasmaxim2007-03-241-1/+1
| | | | repo-copied to fs/.
* o Add cam to a list of cscope dirs.maxim2006-11-261-2/+2
|
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-111-1/+1
| | | | | Reviewed by: glanced at by jhb Approved by: silence on -arch@ and -standards@
* Don't need to special case arm here anymoreimp2006-08-101-2/+0
|
* o Add geom to a list of cscope dirs.maxim2006-07-041-1/+1
|
* o Add net80211/ to cscope dir list.maxim2006-05-291-4/+4
|
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* add nfsclient/, nfs4client/, and rpc/ directories to therees2006-01-101-1/+2
| | | | | | | top Makefile's rule to build a cscope database. Submitted by: cel@citi.umich.edu Approved by: alfred
* When building cscopnamefile, default architecture to ${MACHINE}, not i386.grog2005-03-081-1/+1
| | | | Suggested by: ru
* Add targets to build cscope name files and TAGS file for etags.grog2005-03-051-0/+19
|
* Add a NO_BOOT knob to prevent building the boot blocks and loader.des2004-08-191-0/+2
| | | | | Reviewed by: ru MFC after: 3 days
* Try harder not to compile anything in sys/boot for arm.cognet2004-05-161-0/+2
| | | | I wonder how buildworld ever worked for me...
* Replaced outdated comment.ru2004-01-171-1/+1
|
* Revert exclusion for amd64 that stopped boot/ being built.peter2003-06-261-4/+1
|
* Exclude sys/boot for amd64. There are still toolchain issues to dealpeter2003-05-081-1/+4
| | | | | | with. In theory, gcc -m32 should work, but for now, do not tempt fate. Approved by: re (scottl)
* Milestone #1 in cross-arch make releases.ru2002-04-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not install games and profiled libraries to the ${CHROOTDIR} with the initial installworld. Eliminate the need in the second installworld. For that, make sure _everything_ is built in the "world" environment, using the right tool chain. Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the buildworld process into stages, and skip some stages when SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5 dists). Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running makewhatis(1) at the end of installworld (used when making crypto, krb4, and krb5 dists). In release/scripts/doFS.sh, ensure that the correct boot blocks are used. Moved the creation of the "crypto" dist from release.5 to release.2. In release.3 and doMFSKERN, build kernels in the "world" environment. KERNELS now means "additional" kernels, GENERIC is always built. Ensure we build crunched binaries in the "world" environment. Obfuscate release/Makefile some more (WMAKEENV) to achieve this. Inline createBOOTMFS target. Use already built GENERIC kernel modules to augment mfsfd's /stand/modules. GC doMODULES as such. Assorted fixes: Get rid of the "afterdistribute" target by moving the single use of it from sys/Makefile to etc/Makefile's "distribute". Makefile.inc1: apparently "etc" no longer needs to be last for "distribute" to succeed. gnu/usr.bin/perl/library/Makefile.inc: do not override the "install" and "distribute" targets, do it the "canonical" way. release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and catpages appear in the right dists. Note that because Perl does not respect the MANBUILDCAT (and NOMAN), this results in a loss of /usr/share/perl/man/cat* empty directories. This will be fixed soon. Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it means "make KerberosIV"), as documented in the make.conf(5) manpage. Most of the userland makefiles did not test it for "YES" anyway. XXX Should specialized kerberized libpam versions be included into the krb4 and krb5 dists? (libpam.a would be incorrect anyway if both krb4 and krb5 dists were choosen.) Make sure "games" dist is made before "catpages", otherwise games catpages settle in the wrong dist. Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com>
OpenPOWER on IntegriCloud