Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2000 23:36:33 +0100 (CET)
From:      "Cyrille.Lefevre" <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   gnu/23365: patch Makefile is missing $FreeBSD$
Message-ID:  <200012072236.eB7MaXb59894@gits.dyndns.org>
Resent-Message-ID: <200012072240.eB7Me1P08601@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23365
>Category:       gnu
>Synopsis:       patch Makefile is missing $FreeBSD$
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 07 14:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.2-STABLE FreeBSD 4.2-STABLE #0: Tue Nov 21 06:13:59 CET 2000     root@gits:/disk2/4.0-stable/src/sys/compile/CUSTOM  i386

>Description:

	/usr/src/gnu/usr.bin/patch/Makefile is missing $FreeBSD$

>How-To-Repeat:

	n/a

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/patch/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	1998/01/21 14:37:13	1.6
+++ Makefile	2000/12/07 22:33:49
@@ -1,6 +1,11 @@
+# $FreeBSD$
+
 PROG= 	patch
+MAN=	patch.1
+
+CFLAGS += -DHAVE_CONFIG_H
+
 SRCS = backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
 	version.c
-CFLAGS += -DHAVE_CONFIG_H
-MAN=	patch.1
+
 .include <bsd.prog.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012072236.eB7MaXb59894>