Skip to content

Commit b328306

Browse files
authored
Makefile: add clean-utf8proc to make cleanall (#60244)
This dep locally compiles code by default, so it seems reasonable to clean it up with `make cleanall`. This change makes switching back and forth from a cross-compiled `x86_64-w64-mingw32` <-> native Linux build possible with `make cleanall`, instead of `make distcleanall`.
1 parent a4d2b6a commit b328306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ clean: | $(CLEAN_TARGETS)
714714
.PHONY: cleanall
715715
cleanall: clean
716716
@-$(MAKE) -C $(BUILDROOT)/src clean-flisp clean-support
717-
@-$(MAKE) -C $(BUILDROOT)/deps clean-libuv
717+
@-$(MAKE) -C $(BUILDROOT)/deps clean-libuv clean-utf8proc
718718
-rm -fr $(build_prefix) $(build_staging)
719719

720720
.PHONY: distcleanall

0 commit comments

Comments
 (0)