Kernel 2.5.22 30
DaveAtFraud writes "The latest experimental Linux kernel (2.5.22) is out. The somewhat massive changelog has the details. The patch file is here and the full source is here. If possible use a mirror. I never got 2.5.21 to get beyond single user mode on my dualie so hopefully 2.5.22 will fix that."
Re:the nerve, the nerve (Score:1)
Take some wooden nickels
Look for Mr. Goodbar...
dammit man, you'll have this stuck in my head all day!
Re:the nerve, the nerve (Score:1)
Re:the nerve, the nerve (Score:1)
Re:Hooray! (Score:1)
No need to strain yourself; the factory pre-breaks them for you now.
- Jester
gcc and -MD (Score:1)
kbuild: Pass to fixdep
cpp -MD guesses the target name from the source file name, but not
always correctly, e.g. when compiling fixdep, it generates prequisites
for fixdep.o instead of fixdep.
fixdep now fixes up the -MD generated output to contain the right target,
which is the one we pass on the command line.
This can be fixed another way bu using the option -MQ or MT:
`-MT TARGET'
Change the target of the rule emitted by dependency generation. By
default CPP takes the name of the main input file, including any
path, deletes any file suffix such as `.c', and appends the
platform's usual object suffix. The result is the target.
An `-MT' option will set the target to be exactly the string you
specify. If you want multiple targets, you can specify them as a
single argument to `-MT', or use multiple `-MT' options.
For example, `-MT '$(objpfx)foo.o'' might give
$(objpfx)foo.o: foo.c
`-MQ TARGET'
Same as `-MT', but it quotes any characters which are special to
Make. `-MQ '$(objpfx)foo.o'' gives
$$(objpfx)foo.o: foo.c
The default target is automatically quoted, as if it were given
with `-MQ'.
Who the fuck cares (Score:1, Interesting)
Current is 2.5.24 (Score:1)