From: Giuseppe Lettieri Date: Thu, 30 Aug 2012 14:12:25 +0000 (+0200) Subject: list files that do not go into the distribution X-Git-Tag: sliver-openvswitch-1.8.90-0~50 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ffa2665decbf47eb2a1ce642944144061454940c;hp=ffa2665decbf47eb2a1ce642944144061454940c;p=sliver-openvswitch.git list files that do not go into the distribution The Makefile of Open vSwitch checks that all files in the git repository are also distributed and stops with an error otherwise. But we have some files in git that are not meant to be distributed (i.e., installed on a sliver). These files can now be listed in .non-distfiles and the new Makefile will ignore them. ---