actions Test { echo "Executing: $(<) : $(>)" } rule Test { DEPENDS $(<) : $(>) ; } Test A B : C ; DEPENDS B : D ; Test D : E ; NOTFILE C ; NOTFILE E ; DEPENDS all : A B ; NOTFILE all ;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 2538 | Miklos Fazekas | Proposed fix, and sample for multipletargetactions |