History log of /freebsd-10.0-release/usr.sbin/ctm/ctm/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


# 201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


# 113091 04-Apr-2003 obrien

style.Makefile(5)


# 93151 25-Mar-2002 phk

Modernize my email address.


# 80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


# 80022 20-Jul-2001 obrien

Remove GCC'isms in CFLAGS.


# 74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 50479 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

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.


# 17946 30-Aug-1996 phk

Some new options, useful for restoring single files or subtrees from the
deltas.

Submitted by: A JOSEPH KOSHY <koshy@fakir.india.hp.com>


# 9495 12-Jul-1995 bde

Remove -g from CFLAGS.


# 7368 25-Mar-1995 joerg

Added a man page for the ctm(1) command, as well as a format description
for the CTM deltas.

Largely based on Poul-Henning's README, and the source code.


# 6889 04-Mar-1995 phk

Look at the .ctm_status file and ignores all patches already applied.

Reviewed by: phk
Submitted by: J Wunsch <j@uriah.heep.sax.de>


# 3833 24-Oct-1994 phk

These patches fix some lesser problems:

1) malloc.h doesn't exits in 2.0.
2) Makefile.inc wasn't picked up so one of the build steps (install?)
failed.
3) LIBMD wasn't depended on.
4) "ctm foo" dumped core because "foo" doesn't have a '.' in it.

Bruce

I updated the mkCTM stuff while I was at it anyway. /phk

Reviewed by: phk
Submitted by: bde


# 2971 22-Sep-1994 phk

Various cleanup and fixes.


# 2949 21-Sep-1994 ache

Add BINDIR=/usr/sbin for install, fails in other case
Remove -g from CFLAGS


# 2948 21-Sep-1994 phk

The next batch of refinements. Now it no longer needs to call on ed(1) to
fix our files, it has a builtin "diff -n" editor.


# 2926 20-Sep-1994 phk

A bunch of improvements. Still far to go.


# 2887 19-Sep-1994 phk

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


# 2886 19-Sep-1994 phk

This is the present state of CTM version 2. Please do not ask for
subscriptions yet. Wait for the announcement.

CTM is my humble attempt to get -current out to people beyond TCP/IP
connections. This is for people with dial-up connections and such.

CTM can make a delta from one version to another of a source-tree, in
a efficient and verified way. Even if there are binary files in the
tree. It will even try to make the delta as small as possible.

It is OK with me if you yell "Bloating!" but I'll just forward your email
to some of the happy customers from CTM version 1, and let them tell you
what they think.

I will not put ctm into "make world" yet. For now it is just the logical
way to get the sources out to people who helps me test this.

Poul-Henning