Skip to content

Commit 369c83c

Browse files
committed
Revert deletions of some submodule generated files
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 2873b1a commit 369c83c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Makefile

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,23 @@ clean:
116116
|| $(MAKE) \
117117
--directory dependencies/CASE \
118118
clean
119-
@# Restore CASE validation output files that do not affect CASE build process.
119+
@# Restore CASE validation and catalog output files that do not affect CASE build process.
120120
@test ! -r dependencies/CASE/README.md \
121121
|| ( \
122122
cd dependencies/CASE \
123123
&& git checkout \
124124
-- \
125+
ontology \
126+
tests/examples \
127+
|| true \
128+
)
129+
@# Restore UCO catalog output files that do not affect CASE build process.
130+
@test ! -r dependencies/CASE/dependencies/UCO/README.md \
131+
|| ( \
132+
cd dependencies/CASE/dependencies/UCO \
133+
&& git checkout \
134+
-- \
135+
ontology \
125136
tests/examples \
126137
|| true \
127138
)

0 commit comments

Comments
 (0)