# Inputs: # # YNL_GENS: families we need in the selftests # YNL_PROGS: TEST_PROGS which need YNL (TODO, none exist, yet) # YNL_GEN_FILES: TEST_GEN_FILES which need YNL
# Make sure we rebuild libynl if user added a new family. We can't easily # depend on the contents of a variable so create a fake file with a hash.
YNL_GENS_HASH := $(shell echo $(YNL_GENS) | sha1sum | cut -c1-8)
$(OUTPUT)/.libynl-$(YNL_GENS_HASH).sig:
$(Q)rm -f $(OUTPUT)/.libynl-*.sig
$(Q)touch $(OUTPUT)/.libynl-$(YNL_GENS_HASH).sig
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.