Skip to content

Commit 4d14d79

Browse files
committed
---
yaml --- r: 14227 b: refs/heads/try c: deec6b9 h: refs/heads/master i: 14225: c0a0fa6 14223: fdacc71 v: v3
1 parent 42f37c5 commit 4d14d79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: d2debed60539d296b7bcc1e49e48a12ecb4c45fe
5+
refs/heads/try: deec6b9ccf906dc61259d4e9a4522bdaecff6702
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)