summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/arch.c3
-rw-r--r--usr.bin/make/bit.h3
-rw-r--r--usr.bin/make/buf.c3
-rw-r--r--usr.bin/make/buf.h3
-rw-r--r--usr.bin/make/compat.c10
-rw-r--r--usr.bin/make/cond.c3
-rw-r--r--usr.bin/make/config.h3
-rw-r--r--usr.bin/make/dir.c3
-rw-r--r--usr.bin/make/hash.c3
-rw-r--r--usr.bin/make/hash.h3
-rw-r--r--usr.bin/make/job.c10
-rw-r--r--usr.bin/make/job.h3
-rw-r--r--usr.bin/make/list.h3
-rw-r--r--usr.bin/make/lst.h3
-rw-r--r--usr.bin/make/lst.lib/lstAppend.c3
-rw-r--r--usr.bin/make/lst.lib/lstAtEnd.c3
-rw-r--r--usr.bin/make/lst.lib/lstAtFront.c3
-rw-r--r--usr.bin/make/lst.lib/lstClose.c3
-rw-r--r--usr.bin/make/lst.lib/lstConcat.c3
-rw-r--r--usr.bin/make/lst.lib/lstDatum.c3
-rw-r--r--usr.bin/make/lst.lib/lstDeQueue.c3
-rw-r--r--usr.bin/make/lst.lib/lstDestroy.c3
-rw-r--r--usr.bin/make/lst.lib/lstDupl.c3
-rw-r--r--usr.bin/make/lst.lib/lstEnQueue.c3
-rw-r--r--usr.bin/make/lst.lib/lstFind.c3
-rw-r--r--usr.bin/make/lst.lib/lstFindFrom.c3
-rw-r--r--usr.bin/make/lst.lib/lstFirst.c3
-rw-r--r--usr.bin/make/lst.lib/lstForEach.c3
-rw-r--r--usr.bin/make/lst.lib/lstForEachFrom.c3
-rw-r--r--usr.bin/make/lst.lib/lstInit.c3
-rw-r--r--usr.bin/make/lst.lib/lstInsert.c3
-rw-r--r--usr.bin/make/lst.lib/lstInt.h3
-rw-r--r--usr.bin/make/lst.lib/lstIsAtEnd.c3
-rw-r--r--usr.bin/make/lst.lib/lstIsEmpty.c3
-rw-r--r--usr.bin/make/lst.lib/lstLast.c3
-rw-r--r--usr.bin/make/lst.lib/lstMember.c3
-rw-r--r--usr.bin/make/lst.lib/lstNext.c3
-rw-r--r--usr.bin/make/lst.lib/lstOpen.c3
-rw-r--r--usr.bin/make/lst.lib/lstRemove.c3
-rw-r--r--usr.bin/make/lst.lib/lstReplace.c3
-rw-r--r--usr.bin/make/lst.lib/lstSucc.c3
-rw-r--r--usr.bin/make/main.c10
-rw-r--r--usr.bin/make/make.c3
-rw-r--r--usr.bin/make/make.h3
-rw-r--r--usr.bin/make/nonints.h3
-rw-r--r--usr.bin/make/parse.c3
-rw-r--r--usr.bin/make/pathnames.h3
-rw-r--r--usr.bin/make/sprite.h3
-rw-r--r--usr.bin/make/str.c3
-rw-r--r--usr.bin/make/suff.c3
-rw-r--r--usr.bin/make/targ.c3
-rw-r--r--usr.bin/make/var.c3
52 files changed, 104 insertions, 73 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c
index 434397bd3d0..d166da62a9d 100644
--- a/usr.bin/make/arch.c
+++ b/usr.bin/make/arch.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)arch.c 5.7 (Berkeley) 12/28/90";
+/*static char sccsid[] = "from: @(#)arch.c 5.7 (Berkeley) 12/28/90";*/
+static char rcsid[] = "$Id: arch.c,v 1.3 1993/08/01 18:11:56 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/bit.h b/usr.bin/make/bit.h
index 710c1f6e424..76bad137b81 100644
--- a/usr.bin/make/bit.h
+++ b/usr.bin/make/bit.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)bit.h 5.3 (Berkeley) 6/1/90
+ * from: @(#)bit.h 5.3 (Berkeley) 6/1/90
+ * $Id: bit.h,v 1.2 1993/08/01 18:12:06 mycroft Exp $
*/
/*
diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c
index fd0b7071a01..8a8b8807123 100644
--- a/usr.bin/make/buf.c
+++ b/usr.bin/make/buf.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)buf.c 5.5 (Berkeley) 12/28/90";
+/*static char sccsid[] = "from: @(#)buf.c 5.5 (Berkeley) 12/28/90";*/
+static char rcsid[] = "$Id: buf.c,v 1.2 1993/08/01 18:11:55 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h
index 4b7d5ac76b3..c025f4f9d90 100644
--- a/usr.bin/make/buf.h
+++ b/usr.bin/make/buf.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)buf.h 5.4 (Berkeley) 12/28/90
+ * from: @(#)buf.h 5.4 (Berkeley) 12/28/90
+ * $Id: buf.h,v 1.2 1993/08/01 18:12:06 mycroft Exp $
*/
/*-
diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c
index 6450f6dc59d..913fe2a6b08 100644
--- a/usr.bin/make/compat.c
+++ b/usr.bin/make/compat.c
@@ -34,17 +34,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00039
- * -------------------- ----- ----------------------
- *
- * 10 Aug 92 David Dawes Fixed "remove directory" bug
*/
#ifndef lint
-static char sccsid[] = "@(#)compat.c 5.7 (Berkeley) 3/1/91";
+/*static char sccsid[] = "from: @(#)compat.c 5.7 (Berkeley) 3/1/91";*/
+static char rcsid[] = "$Id: compat.c,v 1.3 1993/08/01 18:11:53 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c
index d9b376ef944..a5fc4d1669c 100644
--- a/usr.bin/make/cond.c
+++ b/usr.bin/make/cond.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)cond.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)cond.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: cond.c,v 1.2 1993/08/01 18:11:52 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h
index 450d16b1803..28949868927 100644
--- a/usr.bin/make/config.h
+++ b/usr.bin/make/config.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)config.h 5.9 (Berkeley) 6/1/90
+ * from: @(#)config.h 5.9 (Berkeley) 6/1/90
+ * $Id: config.h,v 1.2 1993/08/01 18:12:05 mycroft Exp $
*/
#define DEFSHELL 1 /* Bourne shell */
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index be200cba2b5..b57589ded1b 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)dir.c 5.6 (Berkeley) 12/28/90";
+/*static char sccsid[] = "from: @(#)dir.c 5.6 (Berkeley) 12/28/90";*/
+static char rcsid[] = "$Id: dir.c,v 1.2 1993/08/01 18:11:51 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c
index dd7a9874311..903b9358c3a 100644
--- a/usr.bin/make/hash.c
+++ b/usr.bin/make/hash.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)hash.c 5.5 (Berkeley) 12/28/90";
+/*static char sccsid[] = "from: @(#)hash.c 5.5 (Berkeley) 12/28/90";*/
+static char rcsid[] = "$Id: hash.c,v 1.2 1993/08/01 18:11:50 mycroft Exp $";
#endif /* not lint */
/* hash.c --
diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h
index 419b60df474..23e9d982a3d 100644
--- a/usr.bin/make/hash.h
+++ b/usr.bin/make/hash.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)hash.h 5.4 (Berkeley) 12/28/90
+ * from: @(#)hash.h 5.4 (Berkeley) 12/28/90
+ * $Id: hash.h,v 1.2 1993/08/01 18:12:04 mycroft Exp $
*/
/* hash.h --
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 82b5f3f8845..ff27fe7935b 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -34,17 +34,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00039
- * -------------------- ----- ----------------------
- *
- * 10 Aug 92 David Dawes Fixed "remove directory" bug
*/
#ifndef lint
-static char sccsid[] = "@(#)job.c 5.15 (Berkeley) 3/1/91";
+/*static char sccsid[] = "from: @(#)job.c 5.15 (Berkeley) 3/1/91";*/
+static char rcsid[] = "$Id: job.c,v 1.3 1993/08/01 18:11:48 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index 25e81dcf2a1..1442cab7b5b 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)job.h 5.3 (Berkeley) 6/1/90
+ * from: @(#)job.h 5.3 (Berkeley) 6/1/90
+ * $Id: job.h,v 1.2 1993/08/01 18:12:03 mycroft Exp $
*/
/*-
diff --git a/usr.bin/make/list.h b/usr.bin/make/list.h
index 95ef8664666..520d2cba660 100644
--- a/usr.bin/make/list.h
+++ b/usr.bin/make/list.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)list.h 5.3 (Berkeley) 6/1/90
+ * from: @(#)list.h 5.3 (Berkeley) 6/1/90
+ * $Id: list.h,v 1.2 1993/08/01 18:12:02 mycroft Exp $
*/
/*
diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h
index 11b6d15145a..1dace269679 100644
--- a/usr.bin/make/lst.h
+++ b/usr.bin/make/lst.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)lst.h 5.3 (Berkeley) 6/1/90
+ * from: @(#)lst.h 5.3 (Berkeley) 6/1/90
+ * $Id: lst.h,v 1.2 1993/08/01 18:12:01 mycroft Exp $
*/
/*-
diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c
index 411ed803f9c..f20ad6d1823 100644
--- a/usr.bin/make/lst.lib/lstAppend.c
+++ b/usr.bin/make/lst.lib/lstAppend.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstAppend.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstAppend.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstAppend.c,v 1.2 1993/08/01 18:12:40 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c
index 23d63a321c0..dadfab460ce 100644
--- a/usr.bin/make/lst.lib/lstAtEnd.c
+++ b/usr.bin/make/lst.lib/lstAtEnd.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstAtEnd.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstAtEnd.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstAtEnd.c,v 1.2 1993/08/01 18:12:39 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstAtFront.c b/usr.bin/make/lst.lib/lstAtFront.c
index 298b6e3c872..3b105d896e6 100644
--- a/usr.bin/make/lst.lib/lstAtFront.c
+++ b/usr.bin/make/lst.lib/lstAtFront.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstAtFront.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstAtFront.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstAtFront.c,v 1.2 1993/08/01 18:12:38 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstClose.c b/usr.bin/make/lst.lib/lstClose.c
index 43de3dcf703..8ea6fb518da 100644
--- a/usr.bin/make/lst.lib/lstClose.c
+++ b/usr.bin/make/lst.lib/lstClose.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstClose.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstClose.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstClose.c,v 1.2 1993/08/01 18:12:37 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c
index 6f013821bde..2f1399db9dd 100644
--- a/usr.bin/make/lst.lib/lstConcat.c
+++ b/usr.bin/make/lst.lib/lstConcat.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstConcat.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstConcat.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstConcat.c,v 1.2 1993/08/01 18:12:36 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstDatum.c b/usr.bin/make/lst.lib/lstDatum.c
index 225a030a384..3a81792d8db 100644
--- a/usr.bin/make/lst.lib/lstDatum.c
+++ b/usr.bin/make/lst.lib/lstDatum.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstDatum.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstDatum.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstDatum.c,v 1.2 1993/08/01 18:12:35 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstDeQueue.c b/usr.bin/make/lst.lib/lstDeQueue.c
index cce1f6593de..de54538843c 100644
--- a/usr.bin/make/lst.lib/lstDeQueue.c
+++ b/usr.bin/make/lst.lib/lstDeQueue.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstDeQueue.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstDeQueue.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstDeQueue.c,v 1.2 1993/08/01 18:12:34 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstDestroy.c b/usr.bin/make/lst.lib/lstDestroy.c
index 4d528b1ebeb..4cdb4ac78d1 100644
--- a/usr.bin/make/lst.lib/lstDestroy.c
+++ b/usr.bin/make/lst.lib/lstDestroy.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstDestroy.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstDestroy.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstDestroy.c,v 1.2 1993/08/01 18:12:33 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstDupl.c b/usr.bin/make/lst.lib/lstDupl.c
index 5eac424119c..e99d14aac3e 100644
--- a/usr.bin/make/lst.lib/lstDupl.c
+++ b/usr.bin/make/lst.lib/lstDupl.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstDupl.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstDupl.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstDupl.c,v 1.2 1993/08/01 18:12:32 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstEnQueue.c b/usr.bin/make/lst.lib/lstEnQueue.c
index 3210e70f960..0461c71570a 100644
--- a/usr.bin/make/lst.lib/lstEnQueue.c
+++ b/usr.bin/make/lst.lib/lstEnQueue.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstEnQueue.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstEnQueue.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstEnQueue.c,v 1.2 1993/08/01 18:12:31 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c
index d5a1ef4c3de..94c6e666f96 100644
--- a/usr.bin/make/lst.lib/lstFind.c
+++ b/usr.bin/make/lst.lib/lstFind.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstFind.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstFind.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstFind.c,v 1.2 1993/08/01 18:12:30 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstFindFrom.c b/usr.bin/make/lst.lib/lstFindFrom.c
index bf4c36b0bf3..fb5b331af3d 100644
--- a/usr.bin/make/lst.lib/lstFindFrom.c
+++ b/usr.bin/make/lst.lib/lstFindFrom.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstFindFrom.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstFindFrom.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstFindFrom.c,v 1.2 1993/08/01 18:12:29 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c
index 64feee2580f..4e5b1f44d56 100644
--- a/usr.bin/make/lst.lib/lstFirst.c
+++ b/usr.bin/make/lst.lib/lstFirst.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstFirst.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstFirst.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstFirst.c,v 1.2 1993/08/01 18:12:29 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c
index 68510b0c841..69ebf95b8fe 100644
--- a/usr.bin/make/lst.lib/lstForEach.c
+++ b/usr.bin/make/lst.lib/lstForEach.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstForEach.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstForEach.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstForEach.c,v 1.2 1993/08/01 18:12:28 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstForEachFrom.c b/usr.bin/make/lst.lib/lstForEachFrom.c
index 0165e87ecf7..dc52a1e439a 100644
--- a/usr.bin/make/lst.lib/lstForEachFrom.c
+++ b/usr.bin/make/lst.lib/lstForEachFrom.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstForEachFrom.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstForEachFrom.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstForEachFrom.c,v 1.2 1993/08/01 18:12:27 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c
index 7747662d539..dcb2c86b5df 100644
--- a/usr.bin/make/lst.lib/lstInit.c
+++ b/usr.bin/make/lst.lib/lstInit.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstInit.c 5.4 (Berkeley) 12/28/90";
+/*static char sccsid[] = "from: @(#)lstInit.c 5.4 (Berkeley) 12/28/90";*/
+static char rcsid[] = "$Id: lstInit.c,v 1.2 1993/08/01 18:12:26 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstInsert.c b/usr.bin/make/lst.lib/lstInsert.c
index 003211dbe05..341d35f2508 100644
--- a/usr.bin/make/lst.lib/lstInsert.c
+++ b/usr.bin/make/lst.lib/lstInsert.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstInsert.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstInsert.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstInsert.c,v 1.2 1993/08/01 18:12:25 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h
index 5ed983d3299..ef5d10b84aa 100644
--- a/usr.bin/make/lst.lib/lstInt.h
+++ b/usr.bin/make/lst.lib/lstInt.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)lstInt.h 5.4 (Berkeley) 12/28/90
+ * from: @(#)lstInt.h 5.4 (Berkeley) 12/28/90
+ * $Id: lstInt.h,v 1.2 1993/08/01 18:12:41 mycroft Exp $
*/
/*-
diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c
index e8e25b3267f..a8b68d80485 100644
--- a/usr.bin/make/lst.lib/lstIsAtEnd.c
+++ b/usr.bin/make/lst.lib/lstIsAtEnd.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstIsAtEnd.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstIsAtEnd.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstIsAtEnd.c,v 1.2 1993/08/01 18:12:24 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c
index dc92ae1136f..2e3382c1a90 100644
--- a/usr.bin/make/lst.lib/lstIsEmpty.c
+++ b/usr.bin/make/lst.lib/lstIsEmpty.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstIsEmpty.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstIsEmpty.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstIsEmpty.c,v 1.2 1993/08/01 18:12:23 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c
index 42f4e67ea42..8b4dcb19b6c 100644
--- a/usr.bin/make/lst.lib/lstLast.c
+++ b/usr.bin/make/lst.lib/lstLast.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstLast.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstLast.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstLast.c,v 1.2 1993/08/01 18:12:22 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstMember.c b/usr.bin/make/lst.lib/lstMember.c
index 56e4e3b2458..57db47fa6e5 100644
--- a/usr.bin/make/lst.lib/lstMember.c
+++ b/usr.bin/make/lst.lib/lstMember.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstMember.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstMember.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstMember.c,v 1.2 1993/08/01 18:12:20 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstNext.c b/usr.bin/make/lst.lib/lstNext.c
index 789d04b8fa7..35c0415e0a9 100644
--- a/usr.bin/make/lst.lib/lstNext.c
+++ b/usr.bin/make/lst.lib/lstNext.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstNext.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstNext.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstNext.c,v 1.2 1993/08/01 18:12:19 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstOpen.c b/usr.bin/make/lst.lib/lstOpen.c
index be0ab899e5d..7e8cfcc7241 100644
--- a/usr.bin/make/lst.lib/lstOpen.c
+++ b/usr.bin/make/lst.lib/lstOpen.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstOpen.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstOpen.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstOpen.c,v 1.2 1993/08/01 18:12:18 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstRemove.c b/usr.bin/make/lst.lib/lstRemove.c
index 89853acaf81..69b89168f31 100644
--- a/usr.bin/make/lst.lib/lstRemove.c
+++ b/usr.bin/make/lst.lib/lstRemove.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstRemove.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstRemove.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstRemove.c,v 1.2 1993/08/01 18:12:17 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c
index 3600b3807bb..9ee0031d66a 100644
--- a/usr.bin/make/lst.lib/lstReplace.c
+++ b/usr.bin/make/lst.lib/lstReplace.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstReplace.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstReplace.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstReplace.c,v 1.2 1993/08/01 18:12:16 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c
index 115e896e7e9..cfbbf3a9857 100644
--- a/usr.bin/make/lst.lib/lstSucc.c
+++ b/usr.bin/make/lst.lib/lstSucc.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstSucc.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)lstSucc.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: lstSucc.c,v 1.2 1993/08/01 18:12:14 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index bcb59ee7409..2d1bfcacf8b 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -34,13 +34,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00015
- * -------------------- ----- ----------------------
- *
- * 17 Mar 92 John Woods Fix "make - make" bug
*/
#ifndef lint
@@ -50,7 +43,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)main.c 5.25 (Berkeley) 4/1/91";
+/*static char sccsid[] = "from: @(#)main.c 5.25 (Berkeley) 4/1/91";*/
+static char rcsid[] = "$Id: main.c,v 1.5 1993/08/01 18:11:47 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index 2ed94f97a6a..0d20f9e0440 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)make.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)make.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: make.c,v 1.2 1993/08/01 18:11:46 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index d76e524b499..e1a8cdcd521 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)make.h 5.13 (Berkeley) 3/1/91
+ * from: @(#)make.h 5.13 (Berkeley) 3/1/91
+ * $Id: make.h,v 1.2 1993/08/01 18:12:00 mycroft Exp $
*/
/*-
diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h
index 0b2e30445df..91a6a5a31ca 100644
--- a/usr.bin/make/nonints.h
+++ b/usr.bin/make/nonints.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)nonints.h 5.6 (Berkeley) 4/18/91
+ * from: @(#)nonints.h 5.6 (Berkeley) 4/18/91
+ * $Id: nonints.h,v 1.2 1993/08/01 18:11:59 mycroft Exp $
*/
char **brk_string(), *emalloc(), *str_concat();
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index c5578a62bd5..4ce382b243e 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)parse.c 5.18 (Berkeley) 2/19/91";
+/*static char sccsid[] = "from: @(#)parse.c 5.18 (Berkeley) 2/19/91";*/
+static char rcsid[] = "$Id: parse.c,v 1.2 1993/08/01 18:11:44 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h
index 645e8c138fa..fc580306abb 100644
--- a/usr.bin/make/pathnames.h
+++ b/usr.bin/make/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.2 (Berkeley) 6/1/90
+ * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:11:58 mycroft Exp $
*/
#define _PATH_OBJDIR "obj"
diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h
index 32ef1e0a91d..5ae51adac58 100644
--- a/usr.bin/make/sprite.h
+++ b/usr.bin/make/sprite.h
@@ -35,7 +35,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)sprite.h 5.3 (Berkeley) 6/1/90
+ * from: @(#)sprite.h 5.3 (Berkeley) 6/1/90
+ * $Id: sprite.h,v 1.2 1993/08/01 18:11:57 mycroft Exp $
*/
/*
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c
index bb746dcecd1..675d1201ded 100644
--- a/usr.bin/make/str.c
+++ b/usr.bin/make/str.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)str.c 5.8 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)str.c 5.8 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: str.c,v 1.2 1993/08/01 18:11:43 mycroft Exp $";
#endif /* not lint */
#include "make.h"
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c
index ebb7714da7b..73121c6b65d 100644
--- a/usr.bin/make/suff.c
+++ b/usr.bin/make/suff.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)suff.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)suff.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: suff.c,v 1.2 1993/08/01 18:11:41 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c
index 824a3d6cd0a..8501ca6aaf0 100644
--- a/usr.bin/make/targ.c
+++ b/usr.bin/make/targ.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)targ.c 5.9 (Berkeley) 3/1/91";
+/*static char sccsid[] = "from: @(#)targ.c 5.9 (Berkeley) 3/1/91";*/
+static char rcsid[] = "$Id: targ.c,v 1.2 1993/08/01 18:11:39 mycroft Exp $";
#endif /* not lint */
/*-
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c
index 86a8b87675e..c239fae8a52 100644
--- a/usr.bin/make/var.c
+++ b/usr.bin/make/var.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)var.c 5.7 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)var.c 5.7 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: var.c,v 1.2 1993/08/01 18:11:37 mycroft Exp $";
#endif /* not lint */
/*-