History log of /freebsd-10.0-release/usr.bin/c89/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 140941 28-Jan-2005 ru

Let bsd.prog.mk set SRCS and MAN to their default values.


# 90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


# 87210 02-Dec-2001 markm

WARNS=2 fixup.


# 76377 08-May-2001 schweikh

Turned the shell script into a binary fixing several minor buglets.
Mention _POSIX_SOURCE feature test macro in man page.
PR: bin/19337
Submitted by: myself way back when I was a nobody :-) (schweikh)
Reviewed by: joerg, bde
MFC after: 2 weeks


# 75286 07-Apr-2001 ru

beforeinstall -> SCRIPTS.


# 74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 29545 17-Sep-1997 joerg

This commit was generated by cvs2svn to compensate for changes in r29544,
which included commits to RCS files with non-trunk default branches.


# 29544 17-Sep-1997 joerg

c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source
code. Basically a shortcut to cc -ansi -trigraphs.