Name

mk_stamp_target — Define a stamp file target

Synopsis

MODULES="... core ..."

mk_stamp_target command...

Options

DEPS=deps

A list of dependencies.

NAME=name

An optional string which will be present in the generated stamp file name.

Description

Defines a target that simply creates or updates a stamp file with touch. If command is specified, it will be interpeted as a command to run before updating the stamp file, and is subject to the same processing as in mk_target.

Sets result to the generated target.