* [parisc-linux] Re: k-2.6.0-test7-pa5: failled 2 pass
[not found] <3F8739E2.2050205@tiscali.be>
@ 2003-10-12 11:48 ` Joel Soete
2003-10-12 11:59 ` Joel Soete
0 siblings, 1 reply; 3+ messages in thread
From: Joel Soete @ 2003-10-12 11:48 UTC (permalink / raw)
To: parisc-linux
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [parisc-linux] Re: k-2.6.0-test7-pa5: failled 2 pass
2003-10-12 11:48 ` [parisc-linux] Re: k-2.6.0-test7-pa5: failled 2 pass Joel Soete
@ 2003-10-12 11:59 ` Joel Soete
2003-10-12 23:58 ` Matthew Wilcox
0 siblings, 1 reply; 3+ messages in thread
From: Joel Soete @ 2003-10-12 11:59 UTC (permalink / raw)
To: Joel Soete; +Cc: parisc-linux
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [parisc-linux] Re: k-2.6.0-test7-pa5: failled 2 pass
2003-10-12 11:59 ` Joel Soete
@ 2003-10-12 23:58 ` Matthew Wilcox
0 siblings, 0 replies; 3+ messages in thread
From: Matthew Wilcox @ 2003-10-12 23:58 UTC (permalink / raw)
To: Joel Soete; +Cc: parisc-linux
On Sun, Oct 12, 2003 at 11:59:13AM +0000, Joel Soete wrote:
> 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/*
Argh. I never intended to check this in. My apologies. I'll unbreak it now.
--
"It's not Hollywood. War is real, war is primarily not about defeat or
victory, it is about death. I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-10-12 23:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3F8739E2.2050205@tiscali.be>
2003-10-12 11:48 ` [parisc-linux] Re: k-2.6.0-test7-pa5: failled 2 pass Joel Soete
2003-10-12 11:59 ` Joel Soete
2003-10-12 23:58 ` Matthew Wilcox
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.