tech-toolchain archive

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

conditionally forcing a target to be built



Is there a more elegant way to conditionally (i.e. based on a make target 
or make variable) force a target to be re-built using the original rules 
in place for that target than:

.ifmake force
force:

target: .EXEC
.endif

target: source ...
	...

?


Home | Main Index | Thread Index | Old Index