mirror of
https://github.com/armbian/build.git
synced 2026-05-05 04:06:14 +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.