Skip to content

Commit

Permalink
Merge pull request #13273 from ihnorton/fix_get_libuv
Browse files Browse the repository at this point in the history
Fix get-libuv and get-osxunwind targets
  • Loading branch information
ihnorton committed Sep 23, 2015
2 parents 3b189b9 + ec8b889 commit fdee9f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ $5/$1/$3: $$(SRCDIR)/$1.version | $5/$1/.git/HEAD
@[ '$$($2_SHA1)' = "$$$$(cd $5/$1 && git show -s --format='%H' HEAD)" ] || echo $$(WARNCOLOR)'==> warning: SHA1 hash did not match $1.version file'$$(ENDCOLOR)
touch -c $$@
$5/$1/$4: $5/$1/.git/HEAD
$$($2_SRC_FILE): | $$($2_SRC_FILE)/HEAD
touch -c $$@

else # NO_GIT

Expand Down Expand Up @@ -1764,8 +1766,8 @@ distclean-osxunwind:
$(BUILDDIR)/libosxunwind-$(OSXUNWIND_VER)


get-osxunwind: libosxunwind-$(OSXUNWIND_VER)/Makefile
configure-osxunwind: get-osxunwind
get-osxunwind: $(SRCDIR)/srccache/libosxunwind-$(OSXUNWIND_VER).tar.gz
configure-osxunwind: $(BUILDDIR)/libosxunwind-$(OSXUNWIND_VER)/Makefile
compile-osxunwind: $(OSXUNWIND_OBJ_SOURCE)
check-osxunwind: compile-osxunwind
install-osxunwind: $(OSXUNWIND_OBJ_TARGET)
Expand Down

0 comments on commit fdee9f4

Please sign in to comment.