Experimenting here with diff and patch...
diff -ruN out tmp | patch -d out

    We don't have any Python dependency in our
    build toolchain.  Maybe I'll just add another
    step to strip out the lines with timestamps...

Here is what we're using as a non-Python alternative...
(We use Cygwin for building on win32/64)

sed "s/ \* Generated by SIP.*/ \*/" -i tmp/*.h tmp/*.cpp
diff -ruN src tmp | patch -d src

Nigel

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to