# # # patch "HACKING" # from [f7c096ad0e0f32ac5e7c61531915fd4a9d484485] # to [e6c388bc745d2d213afebfc4912f785f27822a74] # ============================================================ --- HACKING f7c096ad0e0f32ac5e7c61531915fd4a9d484485 +++ HACKING e6c388bc745d2d213afebfc4912f785f27822a74 @@ -290,4 +290,10 @@ Compiling Hints you get strange compilation errors, try disabling them. - ccache (http://ccache.samba.org/) is quite effective for speeding up + repeated compiles of the same source + + - if you're creating a patch from a just built workspace, make sure you've + reverted the translated language files in po/ before you create the patch + (a simple mtn revert po/*.po should be sufficient). Alternatively restrict + your commit to the files you've actually changed. + - repeated compiles of the same source.