History log of /freebsd-current/gnu/Makefile
Revision Date Author Comments
# e717cb04 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

misc: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

This is for the misfits that have only a few: COPYRIGHT, gnu, tools,
rescue, and etc.

Sponsored by: Netflix


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 4b330699 02-Aug-2017 Enji Cooper <ngie@FreeBSD.org>

Convert traditional ${MK_TESTS} conditional idiom for including test
directories to SUBDIR.${MK_TESTS} idiom

This is being done to pave the way for future work (and homogenity) in
^/projects/make-check-sandbox .

No functional change intended.

MFC after: 1 weeks


# aa92269e 15-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Add more SUBDIR_PARALLEL.

MFC after: 3 weeks
Sponsored by: EMC / Isilon Storage Division


# c6063d0d 05-May-2014 Warner Losh <imp@FreeBSD.org>

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


# 38f0b757 21-Apr-2014 Julio Merino <jmmv@FreeBSD.org>

Add placeholder Kyuafiles for various top-level hierarchies.

This change adds tests/ directories in the source tree to create various
subdirectories in /usr/tests/ and to install placeholder Kyuafiles for
them.

the relevant hierarchies are: cddl, etc, games, gnu and secure.

The reason for this is to simplify the addition of new test programs for
utilities or libraries under any of these directories. Doing so on a
case by case basis is unnecessary and is quite an obscure process.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 3389489f 05-Jun-2002 David E. O'Brien <obrien@FreeBSD.org>

We haven't used this libg++ header since 1999/04/05 05:36:37.


# b227e8f1 25-May-2002 Mark Murray <markm@FreeBSD.org>

Trim out this subdir; nothing has been made in here for _ages_.


# 57f6dc86 06-May-2002 David E. O'Brien <obrien@FreeBSD.org>

Make life a little bit easier with a trimmed down list of bits.


# c4ebcaa7 30-Oct-2001 Mark Murray <markm@FreeBSD.org>

tip(1) can do cu(1). We don't need this anymore.


# 9b7a44a6 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# fce15c9a 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 8b2f1b5f 23-Dec-1995 Mark Murray <markm@FreeBSD.org>

Remove games from the SUBDIR list. Gnu Chess is in ports now.
OK'ed by: jkh, phk, asami (and others)


# 6c1bb900 07-Feb-1995 Bill Paul <wpaul@FreeBSD.org>

Hurm... I could have sworn I added usr.sbin to the top level GNU
Makefile. Apparently I was mistaken. *groan*


# f3bd8e8c 07-Nov-1994 Andrey A. Chernov <ache@FreeBSD.org>

Add include


# 3f6a5621 29-Jan-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

Update for new organization of gnu tree.


# db53bc6c 24-Sep-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

Added libmalloc to top level Makefile


# 79601a34 19-Aug-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

chess is now in src/gnu, moved here from src/games


# e1f941aa 19-Aug-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

Added libg++ since it is now in src/gnu


# 382e228b 19-Aug-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

Removed gcc1 from top level make file, moving gcc1 to ports, gcc is becoming
the system default compiler. The move of gcc1 in the cvs repository will
be done specially to retain all history. You will only see a commit
message for it's removal, the addition of it to ports will be done, you
just won't see the commit.


# db8789d3 07-Aug-1993 Jordan K. Hubbard <jkh@FreeBSD.org>

Added target for cpio.


# 745ac0af 05-Aug-1993 J.T. Conklin <jtc@FreeBSD.org>

Added uucp


# 8beb7552 02-Aug-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

Added libregex to Makefile


# 67c386d8 01-Aug-1993 Andrew Moore <alm@FreeBSD.org>

added dc to gnu/Makefile


# 6bf1b8c9 16-Jul-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

ARGHH.. removed less from Makefile, since it has moved to usr.bin


# 4d5de78c 09-Jul-1993 J.T. Conklin <jtc@FreeBSD.org>

Update diff, diff3, and sdiff's makefiles to use .PATH: instead of
copying the same files to multiple directories. This should make
things easier when it comes time to update to a newer version of
diffutils.

With this checkin, this brings the netbsd and freebsd diff dists
into sync.


# c921550b 08-Jul-1993 J.T. Conklin <jtc@FreeBSD.org>

Gnu grep 2.0 does fgrep too!


# 2e3ed50b 07-Jul-1993 Jordan K. Hubbard <jkh@FreeBSD.org>

Added less to list of things to make.


# 76be1e42 07-Jul-1993 Paul Richards <paul@FreeBSD.org>

Added gcc1 to gnu makefile


# 67b32f8a 06-Jul-1993 Nate Williams <nate@FreeBSD.org>

Removed egrep since the new grep is just a link to it w/out any changes
anymore


# dde0fa55 29-Jun-1993 Nate Williams <nate@FreeBSD.org>

Added gdb/gas/ld to GNU makefiles
Changed the default install directory to be /usr/bin, instead of the
non-standard /usr/gnu/bin. Until we fix the rest of the tree, it
breaks things.


# c579b1a9 29-Jun-1993 Nate Williams <nate@FreeBSD.org>

Added diff/diff3 to the Makefile


# 10f89e53 29-Jun-1993 Nate Williams <nate@FreeBSD.org>

Added fgrep to Makefile


# 07fdd1ba 29-Jun-1993 Nate Williams <nate@FreeBSD.org>

Added entries for egrep and grep


# 252a6945 28-Jun-1993 Nate Williams <nate@FreeBSD.org>

Added sort to Makefile


# 8e409770 28-Jun-1993 Nate Williams <nate@FreeBSD.org>

Added pr to the Makefile


# b1fb6468 20-Jun-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

Add gcc2 to Makefile


# 1df15d28 19-Jun-1993 Charlie Root <root@FreeBSD.org>

Added patch to SUBDIRS


# f412a3fa 18-Jun-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

Added bc 1.02 bmake to the tools


# 7e0ed885 18-Jun-1993 Rodney W. Grimes <rgrimes@FreeBSD.org>

Added gzip to src/gnu/Makefile so it gets built.


# ddd9386e 18-Jun-1993 Jordan K. Hubbard <jkh@FreeBSD.org>

Adding GPL docs, make structure.


# b76095a4 17-Jun-1993 Jordan K. Hubbard <jkh@FreeBSD.org>

Updated GNU utilities