svn commit: r186958 - in stable/7/gnu/usr.bin/cvs: . contrib

Ruslan Ermilov ru at FreeBSD.org
Fri Jan 9 16:37:31 UTC 2009


Author: ru
Date: Fri Jan  9 16:37:29 2009
New Revision: 186958
URL: http://svn.freebsd.org/changeset/base/186958

Log:
  MFC: Instead of using .POSIX:, use the cool looking "@:" rule.

Modified:
  stable/7/gnu/usr.bin/cvs/   (props changed)
  stable/7/gnu/usr.bin/cvs/contrib/Makefile

Modified: stable/7/gnu/usr.bin/cvs/contrib/Makefile
==============================================================================
--- stable/7/gnu/usr.bin/cvs/contrib/Makefile	Fri Jan  9 16:24:10 2009	(r186957)
+++ stable/7/gnu/usr.bin/cvs/contrib/Makefile	Fri Jan  9 16:37:29 2009	(r186958)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-.POSIX:
-
 .include "../Makefile.inc"
 
 .PATH:	${CVSDIR}/contrib
@@ -21,6 +19,10 @@ CLEANFILES+=	$(SCRIPTS)
 
 .SUFFIXES: .sh .pl .in
 
+# Prevent Makefile.in from overwriting Makefile through the suffix rules.
+Makefile:
+	@:
+
 .sh:
 	cp ${.IMPSRC} ${.TARGET}
 


More information about the svn-src-stable-7 mailing list