[patch] builtins: fix parallel build between top level targets

2011-10-31 Thread Mike Frysinger
the top level Makefile will recurse into the defdir for multiple targets (libbuiltins.a, common.o, bashgetopt.o, builtext.h), and since these do not have any declared interdependencies, parallel makes will recurse into the subdir and build the respective targets. nothing depends on common.o or bas

Re: script to provide responses to prompts (badly written C program)

2011-10-31 Thread Bob Proulx
Fernan Aguero wrote: > please accept my apologies, as this is my first post here. I'm sure > I'm asking a very stupid questions, but I'm kind of stuck with this > ... The bug-bash mailing list is not quite the right place for this type of question. Better to ask it in help-gnu-utils instead. The

Re: script to provide responses to prompts (badly written C program)

2011-10-31 Thread Dennis Williamson
On Mon, Oct 31, 2011 at 6:14 PM, Fernan Aguero wrote: > Hi, > > please accept my apologies, as this is my first post here. I'm sure > I'm asking a very stupid questions, but I'm kind of stuck with this > ... > > The Problem: a badly written C program (mktrace) that doesn't accept > input as usual.

script to provide responses to prompts (badly written C program)

2011-10-31 Thread Fernan Aguero
Hi, please accept my apologies, as this is my first post here. I'm sure I'm asking a very stupid questions, but I'm kind of stuck with this ... The Problem: a badly written C program (mktrace) that doesn't accept input as usual. E.g. you cannot do this: 'mktrace filename', nor this 'mktrace < fi

Re: bash cgi script dosent works from the browser

2011-10-31 Thread Greg Wooledge
On Sat, Oct 29, 2011 at 01:30:54PM -0700, dan12341234 wrote: > 1 when im trying to load the page http://server1/hello.cgi it doas not > opened, instead it is saved as a file. Configuring your web server to run CGI programs (instead of returning the source code to the browser as a file) is well out