LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Roman Zippel <zippel@linux-m68k.org> To: Oleg Verych <olecom@flower.upol.cz> Cc: Linus Torvalds <torvalds@linux-foundation.org>, linux-kernel@vger.kernel.org Subject: Re: The who needs reviews anyways [PATCH] Date: Fri, 9 Feb 2007 12:35:04 +0100 (CET) [thread overview] Message-ID: <Pine.LNX.4.64.0702091215440.14457@scrub.home> (raw) In-Reply-To: <20070209052245.GC28386@flower.upol.cz> Hi, On Fri, 9 Feb 2007, Oleg Verych wrote: > > - else if [ -x /bin/bash ]; then echo /bin/bash; \ > > - else echo sh; fi ; fi) > > + else if [ -x /bin/bash ]; then echo /bin/bash; fi; fi) > > +ifeq ($(CONFIG_SHELL),) > > +$(error bash is required to build the kernel) > > +endif > > +SHELL := $(CONFIG_SHELL) > > here is policy to have `bash' introduced, so due to original > issue, where `root' users ended with removed /dev/null, may policy to have > `non root' user to build kernel be added? Thus I doubt gentoo user will like you for that and above is more a de facto requirement that bash is needed for kbuild. The alternative is to introduce a new policy that everything is POSIX clean. > this: > > + rm -f "$$TMP") > > may be removed, and to make TMP=/dev/null? And to forget currently about > my silly symlinks, and this crappy sets of output files? This still wouldn't work, as these tests are also done when running 'make install'. > > -as-instr = $(call checker-shell,\ > > - printf "$(1)" | $(CC) $(AFLAGS) -c -xassembler -o $$OUT -,$(2),$(3)) > > `printf $(1)' is pretty enough. As Andreas suggested 'printf "%b" "$(1)"' would be the other alternative. bye, Roman
next prev parent reply other threads:[~2007-02-09 11:35 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-02-08 21:48 The who needs reviews anyways [PATCH] Roman Zippel 2007-02-08 22:05 ` Sam Ravnborg 2007-02-08 22:22 ` Linus Torvalds 2007-02-08 22:53 ` Roman Zippel 2007-02-08 23:02 ` Linus Torvalds 2007-02-08 23:20 ` Roman Zippel 2007-02-09 2:29 ` Valdis.Kletnieks 2007-02-08 23:03 ` Kbuild refactoring (Re: The who needs reviews anyways [PATCH]) Oleg Verych 2007-02-09 0:06 ` The who needs reviews anyways [PATCH] Andreas Schwab 2007-02-09 1:21 ` Roman Zippel 2007-02-09 5:22 ` Oleg Verych 2007-02-09 11:35 ` Roman Zippel [this message] 2007-02-09 21:42 ` Oleg Verych
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=Pine.LNX.4.64.0702091215440.14457@scrub.home \ --to=zippel@linux-m68k.org \ --cc=linux-kernel@vger.kernel.org \ --cc=olecom@flower.upol.cz \ --cc=torvalds@linux-foundation.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).