]> Lady’s Gitweb - Shushe/commit
Track catalog & magic prereqs and diff for changes 0.5.3
authorLady <redacted>
Sun, 4 Feb 2024 05:11:06 +0000 (00:11 -0500)
committerLady <redacted>
Sun, 4 Feb 2024 05:11:06 +0000 (00:11 -0500)
commit2a4b2ff1cb88305fb662deda701ee23afbf56498
treedf978eae7988c87d1260feaa71c937dbef73a98f
parentd4281613317ae20f8d443ec17b2f0ed5fd62581b
Track catalog & magic prereqs and diff for changes

If a new prerequisite for a catalog (or the compiled magic file) is
added, and it is newer than the last build, then the catalog (or
compiled magic file) will be rebuilt. However, formerly, the file would
not be rebuilt if the added file was older, or if a prerequisite was
removed instead of added, due to limitations in Make.

This commit tracks the list of prerequisites separately, and if it
changes, forces a rebuild of the file regardless of whether the
prerequisites are newer or older than the target.
GNUmakefile
This page took 0.032633 seconds and 4 git commands to generate.