* [uml-devel] [patch 07/10] uml: kbuild - add even more cleaning
@ 2004-10-12 0:17 blaisorblade_spam
2004-10-25 8:43 ` [uml-devel] " Chris Wedgwood
0 siblings, 1 reply; 3+ messages in thread
From: blaisorblade_spam @ 2004-10-12 0:17 UTC (permalink / raw)
To: akpm; +Cc: jdike, linux-kernel, user-mode-linux-devel, blaisorblade_spam
Remove one more symlink when doing
make mrproper ARCH=um
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
---
linux-2.6.9-current-paolo/arch/um/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN arch/um/Makefile~uml-kbuild-add-even-more-cleaning arch/um/Makefile
--- linux-2.6.9-current/arch/um/Makefile~uml-kbuild-add-even-more-cleaning 2004-10-12 01:08:08.925888512 +0200
+++ linux-2.6.9-current-paolo/arch/um/Makefile 2004-10-12 01:08:08.927888208 +0200
@@ -123,7 +123,7 @@ CLEAN_FILES += linux x.i gmon.out $(ARCH
$(GEN_HEADERS) $(ARCH_DIR)/include/skas_ptregs.h
MRPROPER_FILES += $(SYMLINK_HEADERS) $(ARCH_SYMLINKS) \
- $(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS))
+ $(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS)) $(ARCH_DIR)/os
archmrproper:
@:
_
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [uml-devel] Re: [patch 07/10] uml: kbuild - add even more cleaning
2004-10-12 0:17 [uml-devel] [patch 07/10] uml: kbuild - add even more cleaning blaisorblade_spam
@ 2004-10-25 8:43 ` Chris Wedgwood
2004-10-25 20:11 ` BlaisorBlade
0 siblings, 1 reply; 3+ messages in thread
From: Chris Wedgwood @ 2004-10-25 8:43 UTC (permalink / raw)
To: blaisorblade_spam; +Cc: akpm, jdike, linux-kernel, user-mode-linux-devel
On Tue, Oct 12, 2004 at 02:17:59AM +0200, blaisorblade_spam@yahoo.it wrote:
> MRPROPER_FILES += $(SYMLINK_HEADERS) $(ARCH_SYMLINKS) \
> - $(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS))
> + $(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS)) $(ARCH_DIR)/os
these sorts of rules don't work when doing "make O=build ARCH=um ..."
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] Re: [patch 07/10] uml: kbuild - add even more cleaning
2004-10-25 8:43 ` [uml-devel] " Chris Wedgwood
@ 2004-10-25 20:11 ` BlaisorBlade
0 siblings, 0 replies; 3+ messages in thread
From: BlaisorBlade @ 2004-10-25 20:11 UTC (permalink / raw)
To: user-mode-linux-devel; +Cc: Chris Wedgwood, akpm, jdike, linux-kernel
On Monday 25 October 2004 10:43, Chris Wedgwood wrote:
> On Tue, Oct 12, 2004 at 02:17:59AM +0200, blaisorblade_spam@yahoo.it wrote:
> > MRPROPER_FILES += $(SYMLINK_HEADERS) $(ARCH_SYMLINKS) \
> > - $(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS))
> > + $(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS)) $(ARCH_DIR)/os
>
> these sorts of rules don't work when doing "make O=build ARCH=um ..."
Yes, they do as much as they can. Kbuild cd's to the objtree before doing
anything. Specifying $(objtree) is not needed. Specifying $(obj) probably
does not even work in the ARCH Makefile.
That said, O=<whatever> is highly broken; it seems that Gerd Knorr was able to
build the tree with O=, but actually some files are still created in the
source tree, while they should not. This is a problem and would require
various changes.
--
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-10-25 20:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-12 0:17 [uml-devel] [patch 07/10] uml: kbuild - add even more cleaning blaisorblade_spam
2004-10-25 8:43 ` [uml-devel] " Chris Wedgwood
2004-10-25 20:11 ` BlaisorBlade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox