Module Name:    src
Committed By:   riastradh
Date:           Tue May  7 21:05:47 UTC 2024

Modified Files:
        src/lib/libm/arch/m68060: makeas.sh

Log Message:
libm/arch/m68060/makeas.sh: Tag output with makeas.sh RCS id.

No functional change intended to the output -- only changes are to
comments.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/m68060/makeas.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/arch/m68060/makeas.sh
diff -u src/lib/libm/arch/m68060/makeas.sh:1.8 src/lib/libm/arch/m68060/makeas.sh:1.9
--- src/lib/libm/arch/m68060/makeas.sh:1.8	Wed Jan  6 14:10:57 2010
+++ src/lib/libm/arch/m68060/makeas.sh	Tue May  7 21:05:47 2024
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $NetBSD: makeas.sh,v 1.8 2010/01/06 14:10:57 phx Exp $
+# $NetBSD: makeas.sh,v 1.9 2024/05/07 21:05:47 riastradh Exp $
 
 # Copyright (c) 1999, 2000 Ignatios Souvatzis
 # All rights reserved.
@@ -25,7 +25,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-
+RCSID='$NetBSD: makeas.sh,v 1.9 2024/05/07 21:05:47 riastradh Exp $'
 
 REALCODE=fplsp_wrap.S
 FILELIST=Makefile.list
@@ -38,7 +38,9 @@ while [ X$1 != X ]; do
 /*
  * Dummy file. Real code is elsewhere.
  *
- * DO NOT EDIT - this file is automatically generated.
+ * DO NOT EDIT - this file is automatically generated by;
+ *
+ *	$RCSID
  *
  */
 EOM
@@ -64,7 +66,9 @@ echo -n " " ${THESRC} >> $FILELIST
 
 /*
  * FPLSP wrapper for $NAME
- * DO NOT EDIT - this file is automatically generated.
+ * DO NOT EDIT - this file is automatically generated by:
+ *
+ *	$RCSID
  */
 
 #include <machine/asm.h>
@@ -97,7 +101,9 @@ echo -n " " ${THESRC} >> $FILELIST
 
 /*
  * FPLSP wrapper for $NAME
- * DO NOT EDIT - this file is automatically generated.
+ * DO NOT EDIT - this file is automatically generated by:
+ *
+ *	$RCSID
  */
 
 #include <machine/asm.h>
@@ -122,7 +128,9 @@ dummy $*
 /*
  * FPLSP wrapper.
  *
- * DO NOT EDIT - this file is automatically generated!
+ * DO NOT EDIT - this file is automatically generated by:
+ *
+ *	$RCSID
  */
 
 #include <machine/asm.h>
@@ -135,7 +143,11 @@ EOJ
 #
 # list of M68060 architecture dependent files for libm.
 #
-# Created by a script. Do not edit manually!
+# Created by:
+#
+#	$RCSID
+#
+# Do not edit manually!
 #
 
 EOJ

Reply via email to