Date: Mon, 14 Aug 2006 13:28:53 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.post.mk kmod.mk src/sys/modules/if_ef Makefile src/sys/modules/if_ppp Makefile src/sys/modules/netgraph/mppc Makefile src/sys/modules/sound/sound Makefile Message-ID: <200608141328.k7EDSrRB084019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2006-08-14 13:28:53 UTC
FreeBSD src repository
Modified files:
sys/conf kern.post.mk kmod.mk
sys/modules/if_ef Makefile
sys/modules/if_ppp Makefile
sys/modules/netgraph/mppc Makefile
sys/modules/sound/sound Makefile
Log:
Don't use touch when what is really meant is :> (create an empty file, or
truncate it if it exists) or :>> (ensure the file exists, but don't change
it if it already does)
Reviewed by: ru
MFC after: 2 weeks
Revision Changes Path
1.96 +1 -1 src/sys/conf/kern.post.mk
1.210 +2 -2 src/sys/conf/kmod.mk
1.14 +4 -4 src/sys/modules/if_ef/Makefile
1.36 +3 -3 src/sys/modules/if_ppp/Makefile
1.14 +1 -1 src/sys/modules/netgraph/mppc/Makefile
1.19 +1 -1 src/sys/modules/sound/sound/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608141328.k7EDSrRB084019>
