From deec6b9ccf906dc61259d4e9a4522bdaecff6702 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 11 Feb 2012 18:00:09 -0800 Subject: [PATCH] build: Disable libuv makefile auto-regeneration --- mk/libuv/x86_64/unix/freebsd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mk/libuv/x86_64/unix/freebsd/Makefile b/mk/libuv/x86_64/unix/freebsd/Makefile index 6456beda5bcc..d77345c740e8 100644 --- a/mk/libuv/x86_64/unix/freebsd/Makefile +++ b/mk/libuv/x86_64/unix/freebsd/Makefile @@ -322,10 +322,10 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\ include src/libuv/uv.target.mk endif -quiet_cmd_regen_makefile = ACTION Regenerating $@ -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 -Makefile: $(srcdir)/src/libuv/uv.gyp $(srcdir)/src/libuv/common.gypi - $(call do_cmd,regen_makefile) +#quiet_cmd_regen_makefile = ACTION Regenerating $@ +#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 +#Makefile: $(srcdir)/src/libuv/uv.gyp $(srcdir)/src/libuv/common.gypi +# $(call do_cmd,regen_makefile) # "all" is a concatenation of the "all" targets from all the included # sub-makefiles. This is just here to clarify.