Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2009 21:07:56 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195878 - head/tools/regression/poll
Message-ID:  <200907252107.n6PL7u9G051170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Jul 25 21:07:56 2009
New Revision: 195878
URL: http://svn.freebsd.org/changeset/base/195878

Log:
  Fix syntax error, makefile comments start with #.
  
  Submitted by:	bde
  Approved by:	re (kensmith)

Modified:
  head/tools/regression/poll/Makefile

Modified: head/tools/regression/poll/Makefile
==============================================================================
--- head/tools/regression/poll/Makefile	Sat Jul 25 20:26:54 2009	(r195877)
+++ head/tools/regression/poll/Makefile	Sat Jul 25 21:07:56 2009	(r195878)
@@ -1,4 +1,4 @@
-$ $FreeBSD$
+# $FreeBSD$
 # This makefile has been uglified for portability.
 # Nothing yet works with gmake for the path to the sources.
 .PATH: ..



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