Skip to content

Commit 7371a28

Browse files
Ned Smiththomas-fossati
andauthored
Update imports/Makefile
Co-authored-by: Thomas Fossati <thomas.fossati@linaro.org>
1 parent beb67ad commit 7371a28

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

imports/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ CORIM_DL := draft-ietf-rats-corim/releases/download/
1414
CORIM_TAG := cddl-8c267cd
1515
$(eval $(call get_cddl_release,$(CORIM),$(CORIM_REPO),$(CORIM_DL),$(CORIM_TAG)))
1616

17-
# Get corim-autogen.cddl
18-
#github := https://github.com/ietf-rats-wg/
19-
#corim_rel_dl := draft-ietf-rats-corim/releases/download/
20-
#corim_tag := cddl-8c267cd
21-
#corim_url := $(join $(github), $(join $(corim_rel_dl), $(corim_tag)))
22-
23-
#corim-autogen.cddl: ; $(curl) -LO $(corim_url)/$@ ; grep -v '^@\.start\.@' $@ > $@.tmp ; mv $@.tmp $@
2417

2518
CLEANFILES += corim-autogen.cddl
2619

0 commit comments

Comments
 (0)