[parisc-linux] Re: k-2.6.0-test7-pa5: failled 2 pass

Joel Soete soete.joel@tiscali.be
Sun, 12 Oct 2003 11:59:13 +0000


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
>