diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-11 18:00:09 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-11 18:00:52 -0800 |
| commit | deec6b9ccf906dc61259d4e9a4522bdaecff6702 (patch) | |
| tree | 9f3bea2bb4c51e92b489d0fa414356bcbacc2615 | |
| parent | d2debed60539d296b7bcc1e49e48a12ecb4c45fe (diff) | |
build: Disable libuv makefile auto-regeneration
| -rw-r--r-- | mk/libuv/x86_64/unix/freebsd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/libuv/x86_64/unix/freebsd/Makefile b/mk/libuv/x86_64/unix/freebsd/Makefile index 6456beda5bc..d77345c740e 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. |
