From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Magenheimer, Dan (HP Labs Fort Collins)" Subject: RE: (no subject) Date: Mon, 19 Sep 2005 08:29:08 -0700 Message-ID: <516F50407E01324991DD6D07B0531AD5695D25@cacexc12.americas.cpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Content-class: urn:content-classes:message List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jerone Young Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > On Mon, 2005-09-19 at 06:43 -0700, Magenheimer, Dan (HP Labs Fort > Collins) wrote: >=20 > > +ifeq ($(ARCH),ia64) > > + yes "" | $(MAKE) -C $(LINUX_DIR) oldconfig > > +else >=20 > Why are you piping in tons of nothing into Make here using the "yes" > command?=20 This mechanically does the same as manually hitting "enter" at every prompt from "make oldconfig", thus it applies the default response for every unconfigured option without manual intervention. Dan