vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| |
| |||
| Mon, 10 Mar 2008 06:25:26 -0700, ChaosConst did catÂ*: > Are there anybody solved this problem? Of course, and meanwhile I also solved the other problem that was causing it. That was lucky as if not I'd still be busy at restoring everything from backup! |
| |||
| On Mon, 10 Mar 2008 06:25:26 -0700, ChaosConst wrote: > Are there anybody solved this problem? Yes. Quite easily. Damn, you Google Gropers are dumb. -- "Ubuntu" -- an African word, meaning "Slackware is too hard for me". |
| |||
| On 2008-03-10, ChaosConst@gmail.com <ChaosConst@gmail.com> wrote: > Are there anybody solved this problem? Nope: $ make love not war make: *** No rule to make target `love'. Stop. --keith -- kkeller-usenet@wombat.san-francisco.ca.us (try just my userid to email me) AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt see X- headers for PGP signature information |
| |||
| ChaosConst@gmail.com wrote: > Are there anybody solved this problem? I'm sure Tom Newton will be along with a solution any minute now. Tom has the unique ability to offer solutions to problems of which he knows nothing. Not knowing even so much as what the problem is will pose no problem to Tom. -- Old Man Playing with the ODE will make you go blind. |
| |||
| Old Man wrote: > Not knowing even so much as what the problem is will pose no > problem to Tom. Not knowing what the problem is, is a positive advantage as far as Tom is concerned, as the solution can then be a special script which one uses to replace KDE! -- Two Ravens "Tom Newton, surely the William Topaz McGonagall of alt.os.linux.slackware, and now, seemingly, comp.os.linux.setup and comp.os.linux.misc.as well!" |
| ||||
| Mon, 10 Mar 2008 10:15:00 -0700, Keith Keller did catÂ*: > On 2008-03-10, ChaosConst@gmail.com <ChaosConst@gmail.com> wrote: >> Are there anybody solved this problem? > > Nope: > > $ make love not war > make: *** No rule to make target `love'. Stop. > > --keith That was the old problem, it's cured easily: ----------- $ cat << "EOF" >makefile > war: > not: > love: >^V^Ibanner -w 32 $@ > EOF ----------- now run your command again! Mission accomplished ;-) |