From: Ben Pfaff Date: Sat, 3 May 2008 00:10:12 +0000 (-0700) Subject: Suppress Automake warnings about GNU make extensions in Modules.mk files. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04da964606d2ef934286dd63537cc1c2c134f7cb;p=openvswitch Suppress Automake warnings about GNU make extensions in Modules.mk files. --- diff --git a/datapath/Makefile.am b/datapath/Makefile.am index f2cb4ecd..12bec603 100644 --- a/datapath/Makefile.am +++ b/datapath/Makefile.am @@ -8,6 +8,9 @@ endif EXTRA_DIST = $(dist_headers) $(dist_sources) +# Suppress warnings about GNU extensions in Modules.mk files. +AUTOMAKE_OPTIONS = -Wno-portability + include Modules.mk include linux-2.4/Modules.mk include linux-2.6/Modules.mk