From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from yde-0.dsl.speakeasy.net ([216.254.18.66] helo=yde) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15Xozp-0001Hh-00 for gentoo-dev@cvs.gentoo.org; Fri, 17 Aug 2001 13:09:30 -0600 Received: from agriffis by yde with local (Exim 3.32 #1 (Debian)) id 15Xozl-0005Kd-00 for ; Fri, 17 Aug 2001 15:09:25 -0400 From: Aron Griffis To: gentoo-dev@cvs.gentoo.org Message-ID: <20010817150925.B20226@zk3.dec.com> Mail-Followup-To: gentoo-dev@cvs.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.20i X-Mailer: Mutt http://www.mutt.org/ X-Editor: Vim http://www.vim.org/ X-URL: http://bigfoot.com/~agriffis/ Subject: [gentoo-dev] emake question Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Fri Aug 17 13:10:02 2001 X-Original-Date: Fri, 17 Aug 2001 15:09:25 -0400 X-Archives-Salt: 88512235-c8cb-4f04-8573-5d16a697b85f X-Archives-Hash: 2bcca362b801c31452547b00ed1fdca6 Hello, I'm looking at emake, trying to understand what is being accomplished. It seems useless to me, though I'll be quite happy if told that I'm wrong. (1) It claims to "auto-parallel make without the annoying syntax". But it does nothing to parallelize the make process that I can see. (2) It uses env, which does nothing in this case. (3) It uses a variable MAKEOPTS to pass options along to sub-makes. Isn't that redundant to GNU make's built in MAKEFLAGS (which are set and passed to sub-makes automatically)? Thanks, Aron