Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 15:40:40 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367348 - head/devel/gdb66
Message-ID:  <201409051540.s85FeeX1075899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Sep  5 15:40:40 2014
New Revision: 367348
URL: http://svnweb.freebsd.org/changeset/ports/367348
QAT: https://qat.redports.org/buildarchive/r367348/

Log:
  Left-align comment to appease older make.

Modified:
  head/devel/gdb66/Makefile

Modified: head/devel/gdb66/Makefile
==============================================================================
--- head/devel/gdb66/Makefile	Fri Sep  5 15:38:51 2014	(r367347)
+++ head/devel/gdb66/Makefile	Fri Sep  5 15:40:40 2014	(r367348)
@@ -27,7 +27,7 @@ CONFIGURE_ARGS=	--program-suffix=${PORTV
 		--disable-werror \
 		--enable-target=all \
 		--enable-tui ${ICONV_CONFIGURE_ARG}
-	# remove consecutive blanks, which causes configure to fail
+# remove consecutive blanks, which causes configure to fail
 CFLAGS!=	echo ${CFLAGS}|sed -e 's/  / /g'
 CFLAGS+=	-DRL_NO_COMPAT
 EXCLUDE=	dejagnu expect readline sim texinfo intl



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