On Fri, 17 Jun 2005, Greg KH wrote: > > Is there any possibility of getting a single all-encompassing > > gregkh-all-2.6.12-... patch? > > I'll have to tweak my scripts again (it's the "make_patchsets" script in > my kernel.org directory if someone wants to do it for me...) I'll try > to do it next week when I get some time.
How does this look? Alan Stern --- make_patchsets.orig 2005-06-20 10:48:36.000000000 -0400 +++ make_patchsets 2005-06-21 12:27:51.000000000 -0400 @@ -110,6 +110,14 @@ fi OLD_TREE="-$TREE" done + +# TODO put "changelog" in patch. + +echo "" +echo "diffing $BASE and $NEW" +diff -Naur -X ../dontdiff $BASE $NEW > $AUTHOR-all-$KERNEL.patch +echo "Patch is at $AUTHOR-all-$KERNEL.patch" + if [ "X$OLD_TREE" != "X" ] ; then echo "Cleaning up $BASE$OLD_TREE" rm -rf $BASE$OLD_TREE ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel