Page MenuHomeVyOS Platform

Makefile
No OneTemporary

Size
532 B
Referenced Files
None
Subscribers
None

Makefile

TMPL_DIR := templates
.PHONY: interface_definitions
.ONESHELL:
interface_definitions:
mkdir -p $(TMPL_DIR)
find $(CURDIR)/interface-definitions/ -type f | xargs -I {} $(CURDIR)/scripts/build-command-templates {} $(CURDIR)/schema/interface_definition.rng $(TMPL_DIR)
# XXX: delete top level node.def's that now live in other packages
rm -f $(TMPL_DIR)/system/node.def
rm -f $(TMPL_DIR)/service/node.def
rm -f $(TMPL_DIR)/protocols/node.def
.PHONY: all
all: interface_definitions
.PHONY: clean
clean:
rm -rf $(TMPL_DIR)/*

File Metadata

Mime Type
text/x-makefile
Expires
Sat, Sep 26, 11:33 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4285061
Default Alt Text
Makefile (532 B)

Event Timeline