genode-ehmry/errata/bin.tup
Emery Hemingway 72852489e2 Tupify
Implement a graph-based build system.
2019-09-06 15:58:29 +02:00

15 lines
391 B
Plaintext

ifeq ($(BIN_NAME),)
error BIN_NAME is empty
endif
ifeq ($(BIN_VERSION),)
error BIN_VERSION is empty
endif
: |> !bin |>
# Finalize the metadata with the macro defined in the
# ../Tuprules.tup. The macro cannot be defined here
# because the "include" directive is not available for
# relative paths during "include_rules" so this file
# cannot be included by intermediate Tuprules.tup.