Date: Mon, 14 Aug 2006 17:10:12 +0400 From: Ruslan Ermilov <ru@FreeBSD.org> To: Dag-Erling Sm?rgrav <des@des.no> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc Message-ID: <20060814131012.GC60989@rambler-co.ru> In-Reply-To: <86y7trtr4i.fsf@xps.des.no> References: <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> <20060811223642.GA21117@xor.obsecurity.org> <20060812005213.384b744b@Magellan.Leidinger.net> <20060812084253.GA8597@rambler-co.ru> <20060812123531.GA36569@xor.obsecurity.org> <20060813185551.GA15783@rambler-co.ru> <864pwfwpnm.fsf@xps.des.no> <20060814121415.GA59023@rambler-co.ru> <86y7trtr4i.fsf@xps.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Mon, Aug 14, 2006 at 02:54:05PM +0200, Dag-Erling Sm?rgrav wrote:
> Index: sys/conf/newvers.sh
> ===================================================================
> RCS file: /home/ncvs/src/sys/conf/newvers.sh,v
> retrieving revision 1.72
> diff -u -r1.72 newvers.sh
> --- sys/conf/newvers.sh 19 Aug 2005 03:56:45 -0000 1.72
> +++ sys/conf/newvers.sh 14 Aug 2006 12:50:47 -0000
> @@ -83,7 +83,7 @@
> echo 0 > version
> fi
>
> -touch version
> +:>> version
> v=`cat version` u=${USER:-root} d=`pwd` h=${HOSTNAME:-`hostname`} t=`date`
> i=`${MAKE:-make} -V KERN_IDENT`
> cat << EOF > vers.c
>
Here, "touch version" is to update the timestamp which it won't
any longer when replaced by ``:>>''.
> Index: sys/modules/if_ppp/Makefile
> ===================================================================
> RCS file: /home/ncvs/src/sys/modules/if_ppp/Makefile,v
> retrieving revision 1.35
> diff -u -r1.35 Makefile
> --- sys/modules/if_ppp/Makefile 27 Feb 2006 16:56:22 -0000 1.35
> +++ sys/modules/if_ppp/Makefile 14 Aug 2006 12:48:11 -0000
> @@ -20,18 +20,20 @@
> .endif
>
> .if !defined(KERNBUILDDIR)
> -.if ${PPP_INET} > 0
> opt_inet.h:
> + :> ${.TARGET}
> +.if ${PPP_INET} > 0
> echo "#define INET 1" >> ${.TARGET}
> .endif
>
The opt_inet.h target was inside the `.if' on purpose, to allow
kmod.mk to create empty .h file if needed itself. Please leave
it that way.
> -.if ${PPP_IPX} > 0
> opt_ipx.h:
> + :> ${.TARGET}
> +.if ${PPP_IPX} > 0
> echo "#define IPX ${PPP_IPX}" >> ${.TARGET}
> .endif
>
Ditto.
The rest looks committable to me.
Cheers,
--
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)
iD8DBQFE4HY0qRfpzJluFF4RAn5FAJ9Zvi4Z2jbrSEYI5nE5Q/hkD/IQqgCghwzz
vc1mmVOYctAjIOD7GC/dbpA=
=Sw5r
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060814131012.GC60989>
