diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-13 10:17:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-13 10:17:18 +0000 |
commit | f8ef670650dae95019a7862cac03ea1fd82f4043 (patch) | |
tree | fbc07252369c4072f73c455238540013739d17a4 | |
parent | 4d94ee39e68fce6f6387a3cfc3b8ef91a146d899 (diff) | |
download | FreeBSD-src-f8ef670650dae95019a7862cac03ea1fd82f4043.zip FreeBSD-src-f8ef670650dae95019a7862cac03ea1fd82f4043.tar.gz |
Update SCM ID method.
-rw-r--r-- | usr.bin/make/arch.c | 4 | ||||
-rw-r--r-- | usr.bin/make/buf.c | 4 | ||||
-rw-r--r-- | usr.bin/make/compat.c | 4 | ||||
-rw-r--r-- | usr.bin/make/cond.c | 4 | ||||
-rw-r--r-- | usr.bin/make/dir.c | 4 | ||||
-rw-r--r-- | usr.bin/make/for.c | 4 | ||||
-rw-r--r-- | usr.bin/make/hash.c | 4 | ||||
-rw-r--r-- | usr.bin/make/job.c | 4 | ||||
-rw-r--r-- | usr.bin/make/main.c | 4 | ||||
-rw-r--r-- | usr.bin/make/make.c | 4 | ||||
-rw-r--r-- | usr.bin/make/parse.c | 4 | ||||
-rw-r--r-- | usr.bin/make/str.c | 4 | ||||
-rw-r--r-- | usr.bin/make/suff.c | 4 | ||||
-rw-r--r-- | usr.bin/make/targ.c | 4 | ||||
-rw-r--r-- | usr.bin/make/var.c | 4 |
15 files changed, 16 insertions, 44 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 0c2ff76..6e7b07e 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -38,10 +38,8 @@ * @(#)arch.c 8.2 (Berkeley) 1/2/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * arch.c -- diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index f70dbd6..88ed2df 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -38,10 +38,8 @@ * @(#)buf.c 8.1 (Berkeley) 6/6/93 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * buf.c -- diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index 3cc4858..788f8b0 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -38,10 +38,8 @@ * @(#)compat.c 8.2 (Berkeley) 3/19/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * compat.c -- diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index cd264ff..3f4ca21 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -38,10 +38,8 @@ * @(#)cond.c 8.2 (Berkeley) 1/2/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * cond.c -- diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index b68ce05..7ea7c65 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -38,10 +38,8 @@ * @(#)dir.c 8.2 (Berkeley) 1/2/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * dir.c -- diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 22e0f73..c68604f 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -33,10 +33,8 @@ * @(#)for.c 8.1 (Berkeley) 6/6/93 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * for.c -- diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index 478d3c8..08e257f 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -38,10 +38,8 @@ * @(#)hash.c 8.1 (Berkeley) 6/6/93 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /* hash.c -- * diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 02ddf34..8d70955 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -38,10 +38,8 @@ * @(#)job.c 8.2 (Berkeley) 3/19/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); #ifndef OLD_JOKE #define OLD_JOKE 0 diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index ee42384..faebba6 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -38,11 +38,11 @@ * @(#)main.c 8.3 (Berkeley) 3/19/94 */ -#ifndef lint #include <sys/cdefs.h> +#ifndef lint __COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 The Regents of the University of California. All rights reserved."); -__RCSID("$FreeBSD$"); #endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * main.c -- diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index 458a297..d02a435 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -38,10 +38,8 @@ * @(#)make.c 8.1 (Berkeley) 6/6/93 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * make.c -- diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 08196ec..730f51c 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -38,10 +38,8 @@ * @(#)parse.c 8.3 (Berkeley) 3/19/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * parse.c -- diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index ad7f864..87557a8 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -38,10 +38,8 @@ * @(#)str.c 5.8 (Berkeley) 6/1/90 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); #include "make.h" diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 5024014..48a7820 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -38,10 +38,8 @@ * @(#)suff.c 8.4 (Berkeley) 3/21/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * suff.c -- diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index 1a08595..bee0810 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -38,10 +38,8 @@ * @(#)targ.c 8.2 (Berkeley) 3/19/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * targ.c -- diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 8fbe265..e5e09ea 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -38,10 +38,8 @@ * @(#)var.c 8.3 (Berkeley) 3/19/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * var.c -- |