mirror of
https://github.com/armbian/build.git
synced 2026-04-15 18:41:50 +02:00
If patch B sorts after patch A but has an older mtime, it would overwrite A's timestamp on the shared file, causing the kernel Makefile to skip recompilation. Fix: only call os.utime() when the new mtime is strictly greater than the file's current mtime.