Re: GNU make: Where is the default database?

2003-02-21 Thread whitnl73
On Fri, 21 Feb 2003, Jamie Risk wrote: > Where's the source database for gnu make? I can view it with > "make -p -f/dev/null" which is, useful, but I wish to edit it. > - Jamie > If you will look at the output so produced, you will see all values are default, from the environment, automatic, or bu

Re: GNU make: Where is the default database?

2003-02-21 Thread Elias Athanasopoulos
On Fri, Feb 21, 2003 at 01:59:22PM -0500, Jamie Risk wrote: > Where's the source database for gnu make? I can view it with > "make -p -f/dev/null" which is, useful, but I wish to edit it. Redefine your shell's enviroment variables. For bash use export, for csh use setenv. Elias -- University of

GNU make: Where is the default database?

2003-02-21 Thread Jamie Risk
Where's the source database for gnu make? I can view it with "make -p -f/dev/null" which is, useful, but I wish to edit it. - Jamie - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.o

Re: file transfer via telnet

2003-02-21 Thread whitnl73
On Fri, 21 Feb 2003 [EMAIL PROTECTED] wrote: > I year or two back, I remember reading about a way to transfer > a file using telnet. It think it involved redirection from one > tty to another, but I don't remember the details. I now find > myself in a situation with telnet access, but no ftp (or

URGENT BUSINESS RELATIONSHIP.

2003-02-21 Thread frank morris
Dear sir, Happy New Year and compliments of the season! I am overwhelmed with joy to contact you after going through your profile. Thus, I make this proposal letter to you for a business that will grant us mutual benefits. I write to solicit for your assistance and support to enable me execute a

Re: [SOLVED] Re: File names with spaces

2003-02-21 Thread J.
On Thu, 20 Feb 2003, Theo. Sean Schulze wrote: > J., > > Thanks for your suggestions. While googling comp.unix.shell today, I found yet >another method. I was not aware that "*" when used by itself matches every filename >in a directory. Apparently, part of the problem I was having was a sid

Re: file transfer via telnet

2003-02-21 Thread J.
On Fri, 21 Feb 2003 [EMAIL PROTECTED] wrote: > I year or two back, I remember reading about a way to transfer > a file using telnet. It think it involved redirection from one > tty to another, but I don't remember the details. I now find > myself in a situation with telnet access, but no ftp (

Re: file transfer via telnet

2003-02-21 Thread Jos Lemmerling
On Thu, 20 Feb 2003, Eckhardt, Rodolpho H. O. wrote: > If I'm not mistaken, you cannot do that because telnet transfers only ASCII >caracters or > something like that (terminal related caracters)... There isn't a way to tell it to > transfer something in binary (like ftp's "binary"). Isn't there