Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get-libuv target #13273

Merged
merged 1 commit into from
Sep 23, 2015
Merged

Fix get-libuv target #13273

merged 1 commit into from
Sep 23, 2015

Conversation

ihnorton
Copy link
Member

@@ -808,7 +814,7 @@ clean-libuv:
-$(MAKE) -C $(BUILDDIR)/$(LIBUV_SRC_DIR) clean
-rm -rf $(build_libdir)/libuv.a $(build_libdir)/libuv.la $(build_includedir)/libuv.h $(build_includedir)/libuv-private

get-libuv: $(LIBUV_SRC_FILE)
get-libuv: $(SRCDIR)/srccache/libuv/.git/HEAD
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would break the NO_GIT=1 usage. i think you can add the following rule to git-externals for the NO_GIT=0 case to fix this, however:

$$($2_SRC_FILE): | $$($2_SRC_FILE)/HEAD
       touch -c $$@

@ihnorton
Copy link
Member Author

Those work, updated (author as you). Will merge after CI.

ihnorton added a commit that referenced this pull request Sep 23, 2015
Fix get-libuv and get-osxunwind targets
@ihnorton ihnorton merged commit fdee9f4 into JuliaLang:master Sep 23, 2015
@ihnorton ihnorton deleted the fix_get_libuv branch September 23, 2015 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants