Skip to content

Commit 9563793

Browse files
committed
Update bdso.Makefile
@hkir-dev - not sure if this is ok to remove, do let me know :)
1 parent ac2d6d9 commit 9563793

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ontology/bdso.Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PCL_LEGACY_FILE = components/pcl-legacy.owl
3030
#TEMPLATE_CLASS_FILES = $(patsubst %, ../templates/_%class.tsv, $(JOBS))
3131

3232
# overriding to add prefixes
33-
$(PATTERNDIR)/pattern.owl: pattern_schema_checks update_patterns
33+
$(PATTERNDIR)/pattern.owl: update_patterns
3434
if [ $(PAT) = true ]; then $(DOSDPT) prototype --prefixes=template_prefixes.yaml --obo-prefixes true --template=$(PATTERNDIR)/dosdp-patterns --outfile=$@; fi
3535

3636
individual_patterns_names_default := $(strip $(patsubst %.tsv,%, $(notdir $(wildcard $(PATTERNDIR)/data/default/*.tsv))))
@@ -221,8 +221,8 @@ $(ONT)-pcl-comp.json: $(RELEASEDIR)/$(ONT)-pcl-comp.owl
221221
convert --check false -f json -o $@.tmp.json &&\
222222
jq -S 'walk(if type == "array" then sort else . end)' $@.tmp.json > $(RELEASEDIR)/$@ && rm $@.tmp.json
223223

224-
225-
# skip schema checks for now, because odk using the wrong validator
226-
.PHONY: pattern_schema_checks
227-
pattern_schema_checks: update_patterns
228-
if [ $(PAT) = "skip" ]; then $(PATTERN_TESTER) $(PATTERNDIR)/dosdp-patterns/ ; fi
224+
# New ODK should remove the need for this
225+
## skip schema checks for now, because odk using the wrong validator
226+
##.PHONY: pattern_schema_checks
227+
##pattern_schema_checks: update_patterns
228+
## if [ $(PAT) = "skip" ]; then $(PATTERN_TESTER) $(PATTERNDIR)/dosdp-patterns/ ; fi

0 commit comments

Comments
 (0)