From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23543 invoked by alias); 31 Dec 2006 15:01:46 -0000 Received: (qmail 23531 invoked by uid 22791); 31 Dec 2006 15:01:45 -0000 X-Spam-Check-By: sourceware.org Received: from michael.checkpoint.com (HELO michael.checkpoint.com) (194.29.32.68) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 31 Dec 2006 15:01:40 +0000 Received: from avipc (localhost [127.0.0.1]) by michael.checkpoint.com (8.12.10+Sun/8.12.10) with ESMTP id kBVF1Y66028911 for ; Sun, 31 Dec 2006 17:01:34 +0200 (IST) Message-Id: <200612311501.kBVF1Y66028911@michael.checkpoint.com> From: "Avi Gozlan" To: Subject: Install only binaries Date: Sun, 31 Dec 2006 15:01:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00232.txt.bz2 Hello, How can I eliminate the installation of include, lib, man and info directories when running 'gmake install'? I tried to figure this out in the Makefile but got nothing. Is there any crucial need for these directories I'm not aware to? Thanks, Avi