]> git.lizzy.rs Git - rust.git/commitdiff
mk: Always touch libuv.a
authorBrian Anderson <banderson@mozilla.com>
Thu, 27 Mar 2014 21:29:07 +0000 (14:29 -0700)
committerBrian Anderson <banderson@mozilla.com>
Thu, 27 Mar 2014 21:29:07 +0000 (14:29 -0700)
libuv.a always looks out of date to the makefile, causing make to
always descend into the libuv makefile, even when there's nothing
to build.

mk/rt.mk

index 01667352c676d5b0291a3d5b1643edcbc453afc0..77bb22b7bfc69d54af5bbb1df43dc2637dcefa83 100644 (file)
--- a/mk/rt.mk
+++ b/mk/rt.mk
@@ -215,6 +215,7 @@ $$(LIBUV_DIR_$(1))/Release/libuv.a: $$(LIBUV_DEPS) $$(LIBUV_MAKEFILE_$(1)) \
                BUILDTYPE=Release \
                NO_LOAD="$$(LIBUV_NO_LOAD)" \
                V=$$(VERBOSE)
+       $$(Q)touch $$@
 
 endif