diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /gnu/gnu2bmake | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
Diffstat (limited to 'gnu/gnu2bmake')
| -rw-r--r-- | gnu/gnu2bmake/gcc-2.6.0.tcl | 4 | ||||
| -rwxr-xr-x | gnu/gnu2bmake/gcc-2.6.1.tcl | 10 | ||||
| -rw-r--r-- | gnu/gnu2bmake/gnu2bmake.tcl | 6 | ||||
| -rw-r--r-- | gnu/gnu2bmake/libg++-2.6.tcl | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/gnu/gnu2bmake/gcc-2.6.0.tcl b/gnu/gnu2bmake/gcc-2.6.0.tcl index 97181aa8990f..5b07e5c8b315 100644 --- a/gnu/gnu2bmake/gcc-2.6.0.tcl +++ b/gnu/gnu2bmake/gcc-2.6.0.tcl @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $Id: gcc-2.6.0.tcl,v 1.3.8.1 1998/03/01 17:50:09 jkh Exp $ # source gnu2bmake.tcl @@ -116,7 +116,7 @@ sh "mkdir $ddir/legal" sh "cp $sdir/gen-*.c $sdir/md $ddir/legal" set f [open $ddir/README w] puts $f { -$Id$ +$Id: gcc-2.6.0.tcl,v 1.3.8.1 1998/03/01 17:50:09 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. 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" diff --git a/gnu/gnu2bmake/gnu2bmake.tcl b/gnu/gnu2bmake/gnu2bmake.tcl index c1f0a0dc53e5..6e5ba93d00fd 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: gnu2bmake.tcl,v 1.3 1994/11/15 04:52:19 phk Exp $ +# $Id: gnu2bmake.tcl,v 1.3.6.1 1998/03/01 17:50:16 jkh Exp $ # ####################################################################### # 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# \$Id: gnu2bmake.tcl,v 1.3.6.1 1998/03/01 17:50:16 jkh Exp $\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# \$Id: gnu2bmake.tcl,v 1.3.6.1 1998/03/01 17:50:16 jkh Exp $\n#\n" puts $f "SRCS =\t[lsort $list]" puts $f "LIB =\t$name" foreach i $make {puts $f $i} diff --git a/gnu/gnu2bmake/libg++-2.6.tcl b/gnu/gnu2bmake/libg++-2.6.tcl index b5d21c29bb1a..135d9c8dc9ae 100644 --- a/gnu/gnu2bmake/libg++-2.6.tcl +++ b/gnu/gnu2bmake/libg++-2.6.tcl @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $Id: libg++-2.6.tcl,v 1.1.8.1 1998/03/01 17:50:19 jkh Exp $ # source gnu2bmake.tcl |
