help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Test for readiness within Makefile?


From: Felipe Gasper
Subject: Test for readiness within Makefile?
Date: Tue, 28 Sep 2021 17:02:48 -0400

Hello,

        Is it possible, in a Makefile, to filter a list of paths by 
outdatedness?

        For example, if I have 

TARGET_JS=foo.min.js bar.min.js baz.min.js

… is there some way to make an OUTDATED_JS list that would contain *just* the 
members of TARGET_JS that are outdated?

        Thank you!

cheers,
-Felipe Gasper


reply via email to

[Prev in Thread] Current Thread [Next in Thread]