I keep my "clean" tree uncompiled. (I copy it to
linux-<version>.<machine> when I compile it for a specific machine in
my cluster)
I then touch (create 0-length files) the files in the old tree that I
know to be new in the modied tree. I then do
ln -sf linux-<version>.<patched> linux
diff -ur linux-<version>.clean linux
Note that this creates pathnames into a tree named "linux", just like
Linus distributed his patches. (I still recommend going into the
tree you want to patch and then use patch -p1)
If you want to start building the exclude pattern, I would say that
you should review the patch manually anyway. This weeds out some bad
stuff anyway.
Roger.
-- ** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 ** *-- BitWizard writes Linux device drivers for any device you may have! --* ------ Microsoft SELLS you Windows, Linux GIVES you the whole house ------
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/