Date: Sun, 25 Jan 2015 03:02:30 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r277673 - projects/building-blocks/sbin/rcorder Message-ID: <201501250302.t0P32UAs072154@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Jan 25 03:02:29 2015 New Revision: 277673 URL: https://svnweb.freebsd.org/changeset/base/277673 Log: - Revert r277670 (#include order is required for fparseln) - Remove unnecessary CFLAGS+= -I now that make is no longer required to make rcorder build Modified: projects/building-blocks/sbin/rcorder/Makefile projects/building-blocks/sbin/rcorder/rcorder.c Modified: projects/building-blocks/sbin/rcorder/Makefile ============================================================================== --- projects/building-blocks/sbin/rcorder/Makefile Sun Jan 25 02:48:26 2015 (r277672) +++ projects/building-blocks/sbin/rcorder/Makefile Sun Jan 25 03:02:29 2015 (r277673) @@ -10,8 +10,5 @@ LIBADD= util CFLAGS+= -DORDER #CFLAGS+= -DDEBUG -.if ${CFLAGS:M-DDEBUG} -CFLAGS+= -I${.CURDIR}/../../usr.bin/make -.endif .include <bsd.prog.mk> Modified: projects/building-blocks/sbin/rcorder/rcorder.c ============================================================================== --- projects/building-blocks/sbin/rcorder/rcorder.c Sun Jan 25 02:48:26 2015 (r277672) +++ projects/building-blocks/sbin/rcorder/rcorder.c Sun Jan 25 03:02:29 2015 (r277673) @@ -41,8 +41,8 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <err.h> -#include <libutil.h> #include <stdio.h> +#include <libutil.h> #include <stdlib.h> #include <string.h> #include <unistd.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501250302.t0P32UAs072154>