Module Name: src Committed By: christos Date: Wed May 22 19:30:35 UTC 2013
Modified Files: src/usr.bin/make: make.1 Log Message: put a note on what FRC means. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.214 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/make.1 diff -u src/usr.bin/make/make.1:1.213 src/usr.bin/make/make.1:1.214 --- src/usr.bin/make/make.1:1.213 Sun Mar 31 01:49:51 2013 +++ src/usr.bin/make/make.1 Wed May 22 15:30:35 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.213 2013/03/31 05:49:51 sjg Exp $ +.\" $NetBSD: make.1,v 1.214 2013/05/22 19:30:35 christos Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd March 30, 2013 +.Dd May 22, 2013 .Dt MAKE 1 .Os .Sh NAME @@ -2110,6 +2110,13 @@ for Sprite at Berkeley. It was designed to be a parallel distributed make running jobs on different machines using a daemon called .Dq customs . +.Pp +Historically the target/dependency +.Dq FRC +has been used historically to FoRCe rebuilding (since the target/dependency +does not exist... unless someone creates an +.Dq FRC +file. .Sh BUGS The .Nm