From owner-svn-soc-all@FreeBSD.ORG Thu Aug 28 11:37:55 2014 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E944E6AC for ; Thu, 28 Aug 2014 11:37:55 +0000 (UTC) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5A8D1844 for ; Thu, 28 Aug 2014 11:37:55 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SBbtt3090300 for ; Thu, 28 Aug 2014 11:37:55 GMT (envelope-from dpl@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id s7SBbtPh090298 for svn-soc-all@FreeBSD.org; Thu, 28 Aug 2014 11:37:55 GMT (envelope-from dpl@FreeBSD.org) Date: Thu, 28 Aug 2014 11:37:55 GMT Message-Id: <201408281137.s7SBbtPh090298@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to dpl@FreeBSD.org using -f From: dpl@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r273258 - soc2014/dpl/netmap-ipfwjit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 11:37:56 -0000 Author: dpl Date: Thu Aug 28 11:37:54 2014 New Revision: 273258 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=273258 Log: Clarity Modified: soc2014/dpl/netmap-ipfwjit/Makefile.kipfw Modified: soc2014/dpl/netmap-ipfwjit/Makefile.kipfw ============================================================================== --- soc2014/dpl/netmap-ipfwjit/Makefile.kipfw Thu Aug 28 09:40:44 2014 (r273257) +++ soc2014/dpl/netmap-ipfwjit/Makefile.kipfw Thu Aug 28 11:37:54 2014 (r273258) @@ -72,11 +72,6 @@ E_CFLAGS += -D_KERNEL E_CFLAGS += $(CFLAGS2) -#Flags needed for jit.cc -J_CFLAGS += $(INCDIRS) $(NETMAP_FLAGS) -J_CFLAGS += -DINET -D_KERNEL -D_BSD_SOURCE -DKERNEL_SIDE -DUSERSPACE -J_CFLAGS += -I ../extra/ -Wno-extern-c-compat -Wno-comment #-O2 -Wall -Werror - #ipfw + dummynet section, other parts are not compiled in SRCS_IPFW = ip_fw2.c ip_fw_pfil.c ip_fw_sockopt.c SRCS_IPFW += ip_fw_dynamic.c ip_fw_table.c @@ -140,6 +135,11 @@ # and the ": = " substitution packs spaces into one. EFILES = $(foreach i,$(EDIRS),$(subst $(empty) , $(i)/, $(EFILES_$(i): = ))) +#Flags needed for jit.cc +J_CFLAGS += $(INCDIRS) $(NETMAP_FLAGS) +J_CFLAGS += -DINET -D_KERNEL -D_BSD_SOURCE -DKERNEL_SIDE -DUSERSPACE +J_CFLAGS += -I ../extra/ -Wno-extern-c-compat -Wno-comment #-O2 -Wall -Werror + include_e: -@echo "Building $(OBJPATH)/include_e ..." -$(HIDE) rm -rf $(OBJPATH)/include_e opt_*