Revert $FreeBSD$ to $Id$

This commit is contained in:
Peter Wemm 1997-02-22 15:48:31 +00:00
parent 2f4706e95c
commit fce15c9ab3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22996
303 changed files with 312 additions and 312 deletions

View File

@ -1,5 +1,5 @@
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
# $FreeBSD$
# $Id$
SUBDIR= include lib libexec usr.bin usr.sbin

View File

@ -7,7 +7,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
# $FreeBSD$
# $Id$
#
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 {
$FreeBSD$
$Id$
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.

View File

@ -7,7 +7,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
# $FreeBSD$
# $Id$
#
# 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# \$FreeBSD$\n#\n"
puts $f "#\n# \$Id$\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# \$FreeBSD$\n#\n"
puts $f "#\n# \$Id$\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 {
$FreeBSD$
$Id$
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# \$FreeBSD$\n#\n"
puts $f "#\n# \$Id$\n#\n"
puts $f "LIB=\tgcc"
puts $f "INSTALL_PIC_ARCHIVE=\tyes"
puts $f "SHLIB_MAJOR=\t261"

View File

@ -7,7 +7,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
# $FreeBSD$
# $Id$
#
#######################################################################
# 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# \$FreeBSD$\n#\n"
puts $f "#\n# \$Id$\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# \$FreeBSD$\n#\n"
puts $f "#\n# \$Id$\n#\n"
puts $f "SRCS =\t[lsort $list]"
puts $f "LIB =\t$name"
foreach i $make {puts $f $i}

View File

@ -7,7 +7,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
# $FreeBSD$
# $Id$
#
source gnu2bmake.tcl

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
NOOBJ= noobj

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SUBDIR= libdialog libg++ libgmp libmp libobjc libregex libreadline libstdc++

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SHLIB_MAJOR?= 2
SHLIB_MINOR?= 0

View File

@ -1,5 +1,5 @@
# Makefile for libdialog
# $FreeBSD$
# $Id$
LIB= dialog
MAN3= dialog.3

View File

@ -1,6 +1,6 @@
# Really quick and evil Makefile for building all the tests. I wish that bmake was friendlier to
# the concept of multiple progs/libs in the same directory.
# $FreeBSD$
# $Id$
PROGS= msg yesno prgbox gauge dselect fselect text menu1 menu2 menu3 \
input1 input2 check1 check2 check3 radio1 radio2 radio3

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*
*/

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -13,7 +13,7 @@
* the author assume any responsibility for damages incurred with
* its use.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -11,7 +11,7 @@
.\" nor does the author assume any responsibility for damages incurred with
.\" its use.
.\"
.\" $FreeBSD$
.\" $Id$
.\"
.Dd December 18, 1995
.Dt dialog 3

View File

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $Id$
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
INFO = g++FAQ libg++ iostream
INFOSECTION= "Gcc Documentation"

View File

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $Id$
#
LIB= gcc

View File

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $Id$
#
LIB= gmp

View File

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $Id$
#
SHLIB_MAJOR= 3

View File

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $Id$
#
INFO = gmp
INFOSECTION= "Programming & development tools."

View File

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $Id$
#
LIB= mp

View File

@ -1,5 +1,5 @@
# Makefile for libobjc
# $FreeBSD$
# $Id$
GCCDIR= ${.CURDIR}/../../../contrib/gcc

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SRCDIR= ${.CURDIR}/../../../contrib/libreadline
.PATH: ${SRCDIR}

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SUBDIR = history readline

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
# Generated automatically from Makefile.in by configure.
# Makefile for regex testing.

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
# Makefile for regex testing.
#

View File

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $Id$
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SUBDIR= uucp

View File

@ -1,3 +1,3 @@
# $FreeBSD$
# $Id$
BINDIR?= /usr/libexec

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SUBDIR= as awk bc bison cc cpio cvs dc dialog diff diff3 gdb genclass gperf \
grep groff gzip ld man patch perl ptx rcs sdiff send-pr \

View File

@ -1,3 +1,3 @@
# $FreeBSD$
# $Id$
BINDIR?= /usr/bin

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 6.1 (Berkeley) 3/3/91
# $FreeBSD$
# $Id$
.include "config/Makefile.$(MACHINE)"

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
# Makefile for GNU Assembler
# Copyright (C) 1987-1992 Free Software Foundation, Inc.

View File

@ -24,7 +24,7 @@
pair. This needs better error-handling. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@ -1,6 +1,6 @@
.\" Copyright (c) 1991, 1992 Free Software Foundation
.\" See section COPYING for conditions for redistribution
.\" $FreeBSD$
.\" $Id$
.TH as 1 "21 January 1992" "cygnus support" "GNU Development Tools"
.SH NAME

View File

@ -1,6 +1,6 @@
.\" Copyright (c) 1991, 1992 Free Software Foundation
.\" See section COPYING for conditions for redistribution
.\" $FreeBSD$
.\" $Id$
.TH as 1 "21 January 1992" "cygnus support" "GNU Development Tools"
.SH NAME

View File

@ -32,7 +32,7 @@
*
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/
#define GAS 1

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "as.h"

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/
/***********************************************************************\

View File

@ -18,7 +18,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "as.h"

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile.hp300 6.1 (Berkeley) 3/3/91
# $FreeBSD$
# $Id$
CFLAGS+= -Dm68851
SRCS+= tc-m68k.c atof-ieee.c

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile.i386 6.1 (Berkeley) 3/3/91
# $FreeBSD$
# $Id$
CFLAGS+= -DNON_BROKEN_WORDS -DPIC
SRCS+= tc-i386.c atof-ieee.c

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
SRCS+= tc-ns32k.c atof-ns32k.c

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile.i386 6.1 (Berkeley) 3/3/91
# $FreeBSD$
# $Id$
CFLAGS+= -DNON_BROKEN_WORDS -DPIC
SRCS+= tc-sparc.c atof-ieee.c

View File

@ -1,4 +1,4 @@
# from: @(#)Makefile.vax 6.1 (Berkeley) 3/3/91
# $FreeBSD$
# $Id$
SRCS+= tc-vax.c atof-vax.c

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "as.h"

View File

@ -17,7 +17,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

View File

@ -17,7 +17,7 @@
License along with GAS; see the file COPYING. If not, write
to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
$FreeBSD$
$Id$
*/

View File

@ -25,7 +25,7 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "as.h"

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/
#ifndef TC_I386

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#define cypress 1234

View File

@ -18,7 +18,7 @@
to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/
#define TC_SPARC 1

View File

@ -6,7 +6,7 @@
* compile, and copying as an aid for testing and porting. xoxorich.
*/
/*
* $FreeBSD$
* $Id$
*/

View File

@ -21,7 +21,7 @@
/* Routines for debug use only. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "as.h"

View File

@ -25,7 +25,7 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -17,7 +17,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "flonum.h"

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "as.h"

View File

@ -19,7 +19,7 @@
notice and this notice must be preserved on all copies. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "flonum.h"

View File

@ -18,7 +18,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

View File

@ -19,7 +19,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "as.h"

View File

@ -18,7 +18,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

View File

@ -123,7 +123,7 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@ -17,7 +17,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

View File

@ -23,7 +23,7 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#define __ (42) /* blatently illegal digit value */

View File

@ -25,7 +25,7 @@
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#ifdef USG

View File

@ -20,7 +20,7 @@
/*"input_file.c":Operating-system dependant functions to read source files.*/
/*
* $FreeBSD$
* $Id$
*/

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <errno.h> /* Need this to make errno declaration right */

View File

@ -92,7 +92,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <ctype.h>

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/
#ifndef __listing_h__

View File

@ -17,7 +17,7 @@
#along with GNU GAS; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
# $FreeBSD$
# $Id$
# The targets for external use include:
# all, doc, proto, install, uninstall, includes, TAGS,

View File

@ -18,7 +18,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@ -19,7 +19,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

View File

@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include "obstack.h"

View File

@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

View File

@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $FreeBSD$ */
/* $Id$ */
static const template i386_optab[] = {

View File

@ -18,7 +18,7 @@
* appropriate.
*/
/* $FreeBSD$ */
/* $Id$ */
#define CTRL 0
#define COBR 1

View File

@ -20,7 +20,7 @@ along with GAS or GDB; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/
/* FIXME-someday: perhaps the ,a's and such should be embedded in the

View File

@ -27,7 +27,7 @@
/* note that we do need config info. xoxorich. */
#ifndef lint
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@ -18,7 +18,7 @@
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $FreeBSD$
* $Id$
*/

Some files were not shown because too many files have changed in this diff Show More