From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out.tiscali.be (spoolo2.tiscali.be [62.235.13.211]) by dsl2.external.hp.com (Postfix) with ESMTP id 6005548C6 for ; Sun, 12 Oct 2003 05:59:15 -0600 (MDT) Message-ID: <3F894211.2090106@tiscali.be> Date: Sun, 12 Oct 2003 11:59:13 +0000 From: Joel Soete MIME-Version: 1.0 To: Joel Soete Cc: parisc-linux@parisc-linux.org Subject: Re: [parisc-linux] Re: k-2.6.0-test7-pa5: failled 2 pass References: <3F8739E2.2050205@tiscali.be> <3F893F92.4060606@tiscali.be> In-Reply-To: <3F893F92.4060606@tiscali.be> Content-Type: text/plain; charset=us-ascii; format=flowed Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: May be the fix should be: --- Makefile.orig 2003-10-12 13:50:43.000000000 +0200 +++ Makefile 2003-10-12 13:57:57.000000000 +0200 @@ -627,8 +627,8 @@ # Can't rely on distributing these syminks as patches include/user: @echo ' Making user->usr/include/linux symlink' - @ln -s ../usr/include/linux $@ - @ln -s ../usr/include/asm-$(ARCH) include/user-asm + @ln -fsn ../usr/include/linux $@ + @ln -fsn ../usr/include/asm-$(ARCH) include/user-asm # Split autoconf.h into include/linux/config/* hth, Joel Joel Soete wrote: > > > Joel Soete wrote: > >> Hi pa, >> >> I 'make defconfig' then 'make vmlinux' on a fresh cvs tree and obtain >> a vmlinux :) >> >> As working on a c110 I just forget to change ccio-dma.c parameter and >> so just do this change and 'make vmlinux'. >> This failled: >> hpalin:/Debian-apt/SRC/linux-2.6.0-test7-pa5# make vmlinux >> Making user->usr/include/linux symlink >> ln: `include/user': File exists >> make: *** [include/user] Error 1 >> >> thanks in advance, >> joel >> > hmm > > Even after a distclean, I got same message when I retry 'make vmlinux'? > > Finaly, just remove manually include/user and include/user-asm help. > > Cheers, > Joel > > _______________________________________________ > parisc-linux mailing list > parisc-linux@lists.parisc-linux.org > http://lists.parisc-linux.org/mailman/listinfo/parisc-linux >