Skip to content

Commit

Permalink
deps/ittapi: Update ittapi clean target (JuliaLang#52693)
Browse files Browse the repository at this point in the history
Change:
- clean `libittnotify` and `libjitprofiling`, not `libopenlibm`

c.f. https://github.com/JuliaLang/julia/blob/0f62824530feb9ab39c179175b3fc4702d21c552/deps/ittapi.mk#L23-L25
  • Loading branch information
inkydragon committed Feb 6, 2024
1 parent 31ae775 commit eb82072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/ittapi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ fastcheck-ittapi: #none
check-ittapi: #none

clean-ittapi:
-rm -f $(BUILDDIR)/$(ITTAPI_SRC_DIR)/build-compiled $(build_libdir)/libopenlibm.a
-rm -f $(BUILDDIR)/$(ITTAPI_SRC_DIR)/build-compiled
-rm -f $(build_libdir)/libittnotify.a $(build_libdir)/libjitprofiling.a

0 comments on commit eb82072

Please sign in to comment.