15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
ifeq ($(RAW_NAME),)
|
|
error RAW_NAME is empty
|
|
endif
|
|
|
|
ifeq ($(RAW_VERSION),)
|
|
error RAW_VERSION is empty
|
|
endif
|
|
|
|
: |> !raw |>
|
|
# 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.
|