Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2001 14:58:59 -0700
From:      Warner Losh <imp@harmony.village.org>
To:        "Michael C . Wu" <keichii@peorth.iteration.net>
Cc:        "Bruce A. Mah" <bmah@FreeBSD.ORG>, ru@FreeBSD.ORG, freebsd-current@FreeBSD.ORG
Subject:   Re: CURRENT breakage in usr.sbin/amd/mk-amd-map 
Message-ID:  <200103202159.f2KLx0918986@harmony.village.org>
In-Reply-To: Your message of "Tue, 20 Mar 2001 15:51:19 CST." <20010320155119.B55245@peorth.iteration.net> 
References:  <20010320155119.B55245@peorth.iteration.net>  <200103202041.f2KKf8w16566@bmah-freebsd-0.cisco.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20010320155119.B55245@peorth.iteration.net> "Michael C . Wu" writes:
: I think a unified diff is easier to read.  How about this one? :)
: [Warning: cut-n-paste diff]
: 
: cvs diff: Diffing .
: Index: Makefile
: ===================================================================
: RCS file: /home/ncvs/src/usr.sbin/amd/mk-amd-map/Makefile,v
: retrieving revision 1.11
: diff -u -r1.11 Makefile
: --- Makefile    2001/03/20 18:16:16     1.11
: +++ Makefile    2001/03/20 21:37:46
: @@ -8,6 +8,10 @@
: 
:  .PATH:         ${.CURDIR}/../../../contrib/amd/mk-amd-map
: 
: +MAN8=          mk-amd-map.8
: +
: +SRCS=          mk-amd-map.c
: +
:  PROG=          mk-amd-map
: 
:  .include <bsd.prog.mk>

Forget the blank lines, since they don't follow bde's unwritten
Makefile style rules.  Eg, the rest of the tree doesn't do that.

Warner

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




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