linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] bk chmod needed for scripts/*
@ 2003-09-07 21:59 carbonated beverage
  2003-09-08  3:28 ` Michael Still
  0 siblings, 1 reply; 3+ messages in thread
From: carbonated beverage @ 2003-09-07 21:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi Linus,

	The various executables in the scripts/ directory are marked 644 in
BK.

	Can do you do:
bk chmod 755 \
    `find scripts -type f -exec file {} \;|egrep -v ELF|egrep exec|cut -f1 -d:`

for the scripts/* stuff?

Thanks,

-- DN
Daniel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] bk chmod needed for scripts/*
  2003-09-07 21:59 [BUG] bk chmod needed for scripts/* carbonated beverage
@ 2003-09-08  3:28 ` Michael Still
  2003-09-08 10:34   ` carbonated beverage
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Still @ 2003-09-08  3:28 UTC (permalink / raw)
  To: carbonated beverage; +Cc: torvalds, linux-kernel

On Sun, 7 Sep 2003, carbonated beverage wrote:

> 	The various executables in the scripts/ directory are marked 644 in
> BK.

Yes, but most of them do a:

	$(PERL) ./scripts/foo

Which removes the need for the executable bit (for the makefiles at 
least). Is there a specific problem you're having?

Cheers,
Mikal

-- 

Michael Still (mikal@stillhq.com) | "All my life I've had one dream,
http://www.stillhq.com            |  to achieve my many goals"
UTC + 10                          |    -- Homer Simpson


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] bk chmod needed for scripts/*
  2003-09-08  3:28 ` Michael Still
@ 2003-09-08 10:34   ` carbonated beverage
  0 siblings, 0 replies; 3+ messages in thread
From: carbonated beverage @ 2003-09-08 10:34 UTC (permalink / raw)
  To: Michael Still; +Cc: torvalds, linux-kernel

On Mon, Sep 08, 2003 at 01:28:32PM +1000, Michael Still wrote:
> Yes, but most of them do a:
> 
> 	$(PERL) ./scripts/foo
> 
> Which removes the need for the executable bit (for the makefiles at 
> least). Is there a specific problem you're having?

I tend to run many of the stuff in there manually instead through the
makefiles.

Also, the docbook generation failed due to that as well via the
'make pdfdocs' target.

-- DN
Daniel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-08 10:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-07 21:59 [BUG] bk chmod needed for scripts/* carbonated beverage
2003-09-08  3:28 ` Michael Still
2003-09-08 10:34   ` carbonated beverage

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).