From 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- gnu/gnu2bmake/gcc-2.6.1.tcl | 10 +++++----- gnu/gnu2bmake/gnu2bmake.tcl | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'gnu/gnu2bmake') diff --git a/gnu/gnu2bmake/gcc-2.6.1.tcl b/gnu/gnu2bmake/gcc-2.6.1.tcl index a56c804af861c..6ab0a4b339ee1 100755 --- a/gnu/gnu2bmake/gcc-2.6.1.tcl +++ b/gnu/gnu2bmake/gcc-2.6.1.tcl @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $FreeBSD$ # # Good for 2.6.1 and 2.6.2 @@ -95,7 +95,7 @@ set target [makefile_macro target $sdir] sh "rm -rf $ddir" sh "mkdir $ddir" set f [open $ddir/Makefile.inc w] -puts $f "#\n# \$Id\$\n#\n" +puts $f "#\n# \$FreeBSD$\n#\n" puts $f "CFLAGS+=\t-I\${.CURDIR} -I\${.CURDIR}/../include" puts $f "CFLAGS+=\t-Dbsd4_4" puts $f "CFLAGS+=\t-DGCC_INCLUDE_DIR=\\\"FOO\\\"" @@ -124,7 +124,7 @@ puts $f ".endif" close $f set f [open $ddir/Makefile w] -puts $f "#\n# \$Id\$\n#\n" +puts $f "#\n# \$FreeBSD$\n#\n" puts $f "PGMDIR=\tcc_int cpp cc1 cc cc1plus c++ f77 libgcc" puts $f "SUBDIR=\t\$(PGMDIR)" puts $f "\n.include " @@ -135,7 +135,7 @@ sh "mkdir $ddir/legal" sh "cp $sdir/gen-*.c $sdir/md $ddir/legal" set f [open $ddir/README w] puts $f { -$Id$ +$FreeBSD$ This directory contains gcc in a form that uses "bmake" makefiles. This is not the place you want to start, if you want to hack gcc. @@ -154,7 +154,7 @@ Thankyou. # do ~/libgcc sh "mkdir $ddir/libgcc" set f [open $ddir/libgcc/Makefile w] -puts $f "#\n# \$Id\$\n#\n" +puts $f "#\n# \$FreeBSD$\n#\n" puts $f "LIB=\tgcc" puts $f "INSTALL_PIC_ARCHIVE=\tyes" puts $f "SHLIB_MAJOR=\t261" diff --git a/gnu/gnu2bmake/gnu2bmake.tcl b/gnu/gnu2bmake/gnu2bmake.tcl index a99b1b3d134dd..4040c5363f303 100644 --- a/gnu/gnu2bmake/gnu2bmake.tcl +++ b/gnu/gnu2bmake/gnu2bmake.tcl @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $FreeBSD$ # ####################################################################### # Generic procedures usable in the process of gnu-to-bmake jobs. @@ -166,7 +166,7 @@ proc makefile_macro {macro dir {makefile Makefile}} { proc mk_prog {ddir name list {make ""}} { sh "mkdir $ddir/$name" set f [open $ddir/$name/Makefile w] - puts $f "#\n# \$Id\$\n#\n" + puts $f "#\n# \$FreeBSD$\n#\n" puts $f "PROG =\t$name" puts $f "SRCS =\t[lsort $list]" foreach i $make {puts $f $i} @@ -184,7 +184,7 @@ proc mk_prog {ddir name list {make ""}} { proc mk_lib {ddir name list {make ""}} { sh "mkdir $ddir/$name" set f [open $ddir/$name/Makefile w] - puts $f "#\n# \$Id\$\n#\n" + puts $f "#\n# \$FreeBSD$\n#\n" puts $f "SRCS =\t[lsort $list]" puts $f "LIB =\t$name" foreach i $make {puts $f $i} -- cgit v1.3