aboutsummaryrefslogtreecommitdiff
path: root/gnu/gnu2bmake/gcc-2.6.1.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/gnu2bmake/gcc-2.6.1.tcl')
-rwxr-xr-xgnu/gnu2bmake/gcc-2.6.1.tcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/gnu2bmake/gcc-2.6.1.tcl b/gnu/gnu2bmake/gcc-2.6.1.tcl
index 08b6da0e6d5b..b429a1e29100 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: gcc-2.6.1.tcl,v 1.2 1994/11/15 04:52:18 phk Exp $
+# $Id: gcc-2.6.1.tcl,v 1.2.6.1 1998/03/01 17:50:12 jkh Exp $
#
# 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# \$Id: gcc-2.6.1.tcl,v 1.2.6.1 1998/03/01 17:50:12 jkh Exp $\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# \$Id: gcc-2.6.1.tcl,v 1.2.6.1 1998/03/01 17:50:12 jkh Exp $\n#\n"
puts $f "PGMDIR=\tcc_int cpp cc1 cc cc1plus c++ f77 libgcc"
puts $f "SUBDIR=\t\$(PGMDIR)"
puts $f "\n.include <bsd.subdir.mk>"
@@ -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: gcc-2.6.1.tcl,v 1.2 1994/11/15 04:52:18 phk Exp $
+$Id: gcc-2.6.1.tcl,v 1.2.6.1 1998/03/01 17:50:12 jkh Exp $
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# \$Id: gcc-2.6.1.tcl,v 1.2.6.1 1998/03/01 17:50:12 jkh Exp $\n#\n"
puts $f "LIB=\tgcc"
puts $f "INSTALL_PIC_ARCHIVE=\tyes"
puts $f "SHLIB_MAJOR=\t261"