summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-28 17:05:40 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-28 19:59:06 +0100
commit2c3aa4f3a5c1e96ca6edd18d2e1a32f0272153a7 (patch)
tree07e17aba2102900dd04914b9a332af618b10bd35 /dmake
parentbd18cf52743cda0c601aa10ade303c310ca9f33b (diff)
remove malingering legacy RCS tags.
Diffstat (limited to 'dmake')
-rw-r--r--dmake/dag.c4
-rw-r--r--dmake/dmake.c4
-rw-r--r--dmake/expand.c4
-rw-r--r--dmake/extern.h4
-rw-r--r--dmake/function.c4
-rw-r--r--dmake/infer.c4
-rw-r--r--dmake/make.c4
-rw-r--r--dmake/parse.c4
-rw-r--r--dmake/quit.c4
-rw-r--r--dmake/rulparse.c4
-rw-r--r--dmake/stdmacs.h4
-rw-r--r--dmake/unix/arlib.c4
-rw-r--r--dmake/unix/cygwin/public.h4
-rw-r--r--dmake/unix/dcache.c4
-rw-r--r--dmake/unix/linux/gnu/public.h4
-rw-r--r--dmake/unix/os2/public.h4
-rw-r--r--dmake/unix/rmprq.c4
-rw-r--r--dmake/unix/ruletab.c4
-rw-r--r--dmake/unix/runargv.c4
-rw-r--r--dmake/win95/microsft/config.h4
20 files changed, 20 insertions, 60 deletions
diff --git a/dmake/dag.c b/dmake/dag.c
index c10c12c18f1e..4fa5cb1a4524 100644
--- a/dmake/dag.c
+++ b/dmake/dag.c
@@ -1,6 +1,4 @@
-/* $RCSfile: dag.c,v $
--- $Revision: 1.12 $
--- last change: $Author: kz $ $Date: 2008-03-05 18:27:48 $
+/*
--
-- SYNOPSIS
-- Routines to construct the internal dag.
diff --git a/dmake/dmake.c b/dmake/dmake.c
index cf6763fc711f..77d769be86d5 100644
--- a/dmake/dmake.c
+++ b/dmake/dmake.c
@@ -1,6 +1,4 @@
-/* $RCSfile: dmake.c,v $
--- $Revision: 1.13 $
--- last change: $Author: kz $ $Date: 2008-03-05 18:28:04 $
+/*
--
-- SYNOPSIS
-- The main program.
diff --git a/dmake/expand.c b/dmake/expand.c
index 50bbbdc46760..4256f17d49fb 100644
--- a/dmake/expand.c
+++ b/dmake/expand.c
@@ -1,6 +1,4 @@
-/* $RCSfile: expand.c,v $
--- $Revision: 1.8 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:38:46 $
+/*
--
-- SYNOPSIS
-- Macro expansion code.
diff --git a/dmake/extern.h b/dmake/extern.h
index 4149fe7b14b8..c28eb02bda5d 100644
--- a/dmake/extern.h
+++ b/dmake/extern.h
@@ -1,6 +1,4 @@
-/* $RCSfile: extern.h,v $
--- $Revision: 1.13 $
--- last change: $Author: kz $ $Date: 2008-03-05 18:28:27 $
+/*
--
-- SYNOPSIS
-- External declarations for dmake functions.
diff --git a/dmake/function.c b/dmake/function.c
index d0379f612971..0fcc68861b2e 100644
--- a/dmake/function.c
+++ b/dmake/function.c
@@ -1,6 +1,4 @@
-/* $RCSfile: function.c,v $
--- $Revision: 1.12 $
--- last change: $Author: kz $ $Date: 2008-03-05 18:28:45 $
+/*
--
-- SYNOPSIS
-- GNU style functions for dmake.
diff --git a/dmake/infer.c b/dmake/infer.c
index 9f160d3ced92..86b47255f5fb 100644
--- a/dmake/infer.c
+++ b/dmake/infer.c
@@ -1,6 +1,4 @@
-/* $RCSfile: infer.c,v $
--- $Revision: 1.8 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:39:49 $
+/*
--
-- SYNOPSIS
-- Infer how to make a target.
diff --git a/dmake/make.c b/dmake/make.c
index 2f9a9b1b6022..576587d7fef7 100644
--- a/dmake/make.c
+++ b/dmake/make.c
@@ -1,6 +1,4 @@
-/* $RCSfile: make.c,v $
--- $Revision: 1.12 $
--- last change: $Author: kz $ $Date: 2008-03-05 18:29:19 $
+/*
--
-- SYNOPSIS
-- Perform the update of all outdated targets.
diff --git a/dmake/parse.c b/dmake/parse.c
index 550f14223a91..6f5aa7c63c32 100644
--- a/dmake/parse.c
+++ b/dmake/parse.c
@@ -1,6 +1,4 @@
-/* $RCSfile: parse.c,v $
--- $Revision: 1.8 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:40:45 $
+/*
--
-- SYNOPSIS
-- Parse the input, and perform semantic analysis
diff --git a/dmake/quit.c b/dmake/quit.c
index 68ade197fd24..f0b885877a4f 100644
--- a/dmake/quit.c
+++ b/dmake/quit.c
@@ -1,6 +1,4 @@
-/* $RCSfile: quit.c,v $
--- $Revision: 1.8 $
--- last change: $Author: kz $ $Date: 2008-03-05 18:29:56 $
+/*
--
-- SYNOPSIS
-- End the dmake session.
diff --git a/dmake/rulparse.c b/dmake/rulparse.c
index add3362ed909..d78c9fe4ec80 100644
--- a/dmake/rulparse.c
+++ b/dmake/rulparse.c
@@ -1,6 +1,4 @@
-/* $RCSfile: rulparse.c,v $
--- $Revision: 1.12 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:41:24 $
+/*
--
-- SYNOPSIS
-- Perform semantic analysis on input
diff --git a/dmake/stdmacs.h b/dmake/stdmacs.h
index 3ce3623e5ad7..b0eed50d6143 100644
--- a/dmake/stdmacs.h
+++ b/dmake/stdmacs.h
@@ -1,6 +1,4 @@
-/* $RCSfile: stdmacs.h,v $
--- $Revision: 1.5 $
--- last change: $Author: hr $ $Date: 2006-04-20 12:02:29 $
+/*
--
-- SYNOPSIS
-- General use macros.
diff --git a/dmake/unix/arlib.c b/dmake/unix/arlib.c
index 3a667f08188f..b401245aad5e 100644
--- a/dmake/unix/arlib.c
+++ b/dmake/unix/arlib.c
@@ -1,6 +1,4 @@
-/* $RCSfile: arlib.c,v $
--- $Revision: 1.5 $
--- last change: $Author: hr $ $Date: 2006-04-20 12:18:37 $
+/*
--
-- SYNOPSIS
-- Unix archive manipulation code.
diff --git a/dmake/unix/cygwin/public.h b/dmake/unix/cygwin/public.h
index 02129e2b3d3a..da4020ed7968 100644
--- a/dmake/unix/cygwin/public.h
+++ b/dmake/unix/cygwin/public.h
@@ -1,6 +1,4 @@
-/* $RCSfile: public.h,v $
--- $Revision: 1.9 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:55:15 $
+/*
--
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
diff --git a/dmake/unix/dcache.c b/dmake/unix/dcache.c
index e0ebf59da553..5ee2405b0fff 100644
--- a/dmake/unix/dcache.c
+++ b/dmake/unix/dcache.c
@@ -1,6 +1,4 @@
-/* $RCSfile: dcache.c,v $
--- $Revision: 1.9 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:52:47 $
+/*
--
-- SYNOPSIS
-- Directory cache management routines.
diff --git a/dmake/unix/linux/gnu/public.h b/dmake/unix/linux/gnu/public.h
index 8de24957f763..da4020ed7968 100644
--- a/dmake/unix/linux/gnu/public.h
+++ b/dmake/unix/linux/gnu/public.h
@@ -1,6 +1,4 @@
-/* $RCSfile: public.h,v $
--- $Revision: 1.9 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:55:29 $
+/*
--
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
diff --git a/dmake/unix/os2/public.h b/dmake/unix/os2/public.h
index 845a16a2c80f..da4020ed7968 100644
--- a/dmake/unix/os2/public.h
+++ b/dmake/unix/os2/public.h
@@ -1,6 +1,4 @@
-/* $RCSfile: public.h,v $
--- $Revision: 1.2 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:55:51 $
+/*
--
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
diff --git a/dmake/unix/rmprq.c b/dmake/unix/rmprq.c
index 0144e18c2427..1e614fb733c3 100644
--- a/dmake/unix/rmprq.c
+++ b/dmake/unix/rmprq.c
@@ -1,6 +1,4 @@
-/* $RCSfile: rmprq.c,v $
--- $Revision: 1.5 $
--- last change: $Author: obo $ $Date: 2007-06-12 06:09:05 $
+/*
--
-- SYNOPSIS
-- Remove prerequisites code.
diff --git a/dmake/unix/ruletab.c b/dmake/unix/ruletab.c
index d815a4f15d18..e345640de0d2 100644
--- a/dmake/unix/ruletab.c
+++ b/dmake/unix/ruletab.c
@@ -1,6 +1,4 @@
-/* $RCSfile: ruletab.c,v $
--- $Revision: 1.9 $
--- last change: $Author: ihi $ $Date: 2007-10-15 15:53:13 $
+/*
--
-- SYNOPSIS
-- Default initial configuration of dmake.
diff --git a/dmake/unix/runargv.c b/dmake/unix/runargv.c
index 4a98254240aa..ee6fd2ef0ad1 100644
--- a/dmake/unix/runargv.c
+++ b/dmake/unix/runargv.c
@@ -1,6 +1,4 @@
-/* $RCSfile: runargv.c,v $
--- $Revision: 1.14 $
--- last change: $Author: kz $ $Date: 2008-03-05 18:39:41 $
+/*
--
-- SYNOPSIS
-- Invoke a sub process.
diff --git a/dmake/win95/microsft/config.h b/dmake/win95/microsft/config.h
index e04d1bd72669..3789bf83d465 100644
--- a/dmake/win95/microsft/config.h
+++ b/dmake/win95/microsft/config.h
@@ -1,6 +1,4 @@
-/* $RCSfile: config.h,v $
--- $Revision: 1.14 $
--- last change: $Author: kz $ $Date: 2008-03-05 18:40:17 $
+/*
--
-- SYNOPSIS
-- Configurarion include file.