Skip to content

Commit deec6b9

Browse files
committed
build: Disable libuv makefile auto-regeneration
1 parent d2debed commit deec6b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mk/libuv/x86_64/unix/freebsd/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
322322
include src/libuv/uv.target.mk
323323
endif
324324

325-
quiet_cmd_regen_makefile = ACTION Regenerating $@
326-
cmd_regen_makefile = ./src/libuv/build/gyp/gyp -fmake --ignore-environment "--toplevel-dir=." -Isrc/libuv/common.gypi "--depth=." "--generator-output=mk/libuv/x86_64/unix/freebsd" "-Ddefault_configuration=Default" "-Dcomponent=static_library" "-Dlibrary=static_library" "-Dtarget_arch=x86_64" "-DOS=freebsd" src/libuv/uv.gyp
327-
Makefile: $(srcdir)/src/libuv/uv.gyp $(srcdir)/src/libuv/common.gypi
328-
$(call do_cmd,regen_makefile)
325+
#quiet_cmd_regen_makefile = ACTION Regenerating $@
326+
#cmd_regen_makefile = ./src/libuv/build/gyp/gyp -fmake --ignore-environment "--toplevel-dir=." -Isrc/libuv/common.gypi "--depth=." "--generator-output=mk/libuv/x86_64/unix/freebsd" "-Ddefault_configuration=Default" "-Dcomponent=static_library" "-Dlibrary=static_library" "-Dtarget_arch=x86_64" "-DOS=freebsd" src/libuv/uv.gyp
327+
#Makefile: $(srcdir)/src/libuv/uv.gyp $(srcdir)/src/libuv/common.gypi
328+
# $(call do_cmd,regen_makefile)
329329

330330
# "all" is a concatenation of the "all" targets from all the included
331331
# sub-makefiles. This is just here to clarify.

0 commit comments

Comments
 (0)