From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [Patch v3 0/2] Remove figlet from the source tree Date: Mon, 25 Nov 2013 11:00:10 +0000 Message-ID: <1385377211-20637-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Keir Fraser , Ian Campbell , George Dunlap , Andrew Cooper , Ian Jackson , Jan Beulich List-Id: xen-devel@lists.xenproject.org This series removes the hacked up version of figlet from our source tree. Patch 1 replaces the use of figlet in the build system. Patch 2 has been deliberately omitted for brevity. It consistes of removing "xen/tools/figlet/figlet" from .gitignore, and deleting all files in the directory "xen/tools/figlet/" The series as a whole can be found on the 'remove-figlet-v3' branch of http://xenbits.xen.org/git-http/people/andrewcoop/xen.git George: This is purely a build change, so I request that it be included for 4.4 Signed-off-by: Andrew Cooper CC: Keir Fraser CC: Jan Beulich CC: Ian Campbell CC: Ian Jackson CC: George Dunlap