Page Menu
Home
VyOS Platform
Search
Configure Global Search
Log In
Files
F117520662
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
532 B
Referenced Files
None
Subscribers
None
Makefile
View Options
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
Details
Attached
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)
Attached To
Mode
rVYOSONEX vyos-1x
Attached
Detach File
Event Timeline
Log In to Comment