svn commit: r228153 - head/usr.sbin/config

Max Khon fjoe at FreeBSD.org
Wed Nov 30 13:33:10 UTC 2011


Author: fjoe
Date: Wed Nov 30 13:33:09 2011
New Revision: 228153
URL: http://svn.freebsd.org/changeset/base/228153

Log:
  Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:
  - ${NORMAL_CC} is also invoked without '@'
  - Userland CTF support was changed previously to echo ctfconvert invocations too

Modified:
  head/usr.sbin/config/mkmakefile.c

Modified: head/usr.sbin/config/mkmakefile.c
==============================================================================
--- head/usr.sbin/config/mkmakefile.c	Wed Nov 30 12:47:36 2011	(r228152)
+++ head/usr.sbin/config/mkmakefile.c	Wed Nov 30 13:33:09 2011	(r228153)
@@ -774,7 +774,7 @@ do_rules(FILE *f)
 			fprintf(f, "\t%s\n", compilewith);
 
 		if (!(ftp->f_flags & NO_OBJ))
-			fprintf(f, "\t@${NORMAL_CTFCONVERT}\n\n");
+			fprintf(f, "\t${NORMAL_CTFCONVERT}\n\n");
 		else
 			fprintf(f, "\n");
 	}


More information about the svn-src-all mailing list