From owner-freebsd-questions@FreeBSD.ORG Tue Apr 17 16:52:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B0E516A402 for ; Tue, 17 Apr 2007 16:52:44 +0000 (UTC) (envelope-from soohyunc@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 2CE9E13C45D for ; Tue, 17 Apr 2007 16:52:44 +0000 (UTC) (envelope-from soohyunc@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so2376850ana for ; Tue, 17 Apr 2007 09:52:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=TNe8Oh4OVkW9lXNqnX36oCOJ9YlBbrx8tQkrBGQDRcAuCAXbpE9z5gXplHpvSP2h82CHujmLCqFlAGeMhVvWSVyJxxk64l44Y0JlkOWHEtzyOSqxEjWtDcpk65cyUhDwH60MHx44w3WyY8dWHkbg0Rcd3bS82jETq8oRbqnanKU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=bTX82A/cJ8c6FGzRQmbz5W4b4EF7FN4ygz1YNEEuR049EwRLpbdMET+5bv8TpC9GPUak2OxHlVrOvHQodvI3+LiEFMYnljbjr5SpRdrq2tgaQTZ/nSYhvUBYRm7AZMiD63xNMiCgoIwHVLjTInHE2T4toFBO7IkdVm1fXJ8uGPI= Received: by 10.100.191.5 with SMTP id o5mr5629425anf.1176827302436; Tue, 17 Apr 2007 09:28:22 -0700 (PDT) Received: by 10.100.11.4 with HTTP; Tue, 17 Apr 2007 09:28:22 -0700 (PDT) Message-ID: Date: Tue, 17 Apr 2007 17:28:22 +0100 From: "Soo-Hyun Choi" Sender: soohyunc@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 6bb42953c67ce241 Subject: BSD make vs. GNU make X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2007 16:52:44 -0000 Hi, This might be a dumb question, but would like get a clear idea about the differences between BSD make and GNU make. Why do I have to do 'gmake' in some cases instead of just plain 'make'? What's the differences? Thanks,