]> Lady’s Gitweb - Shushe/commit
Fix prerequisite handling when there are none
authorLady <redacted>
Sat, 25 Jan 2025 02:32:09 +0000 (21:32 -0500)
committerLady <redacted>
Sat, 25 Jan 2025 02:32:09 +0000 (21:32 -0500)
commit15648b660cd14e2834629ad52b65ceb313362c9b
treedf6562a49dd986a71d0205f29264885ffa1c8a4e
parent7e39a36064ba7afc8c061ca5c2da125756014553
Fix prerequisite handling when there are none

In a directory with no sources, there won’t be any metadata, and so
the `$(and …)` in `$(diffprereqs)` would exit early, before creating
the file in `$(BUILDDIR)/lastprereqs`. However, this latter file is
still returned as a prerequisite. This commit touches it if it doesn’t
exist to ensure it is always created.
GNUmakefile
This page took 0.024151 seconds and 4 git commands to generate.