1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

Merge pull request #472 from ebfe/fix-build-master

Update rust-crypto
This commit is contained in:
Alex Lyon 2014-12-12 21:58:02 -08:00
commit f906ba806c
2 changed files with 3 additions and 3 deletions

View file

@ -221,8 +221,8 @@ $(BUILDDIR)/uutils: $(SRCDIR)/uutils/uutils.rs $(BUILDDIR)/mkuutils $(RLIB_PATHS
# Dependencies
-include $(BUILDDIR)/rust-crypto.d
$(BUILDDIR)/.rust-crypto: | $(BUILDDIR)
$(RUSTC) $(RUSTCFLAGS) --crate-type rlib --dep-info $(BUILDDIR)/rust-crypto.d $(BASEDIR)/deps/rust-crypto/src/rust-crypto/lib.rs --out-dir $(BUILDDIR)/
$(BUILDDIR)/.rust-crypto: $(BUILDDIR)/.rust-time | $(BUILDDIR)
$(RUSTC) $(RUSTCFLAGS) --extern time=$(BUILDDIR)/libtime.rlib --crate-type rlib --dep-info $(BUILDDIR)/rust-crypto.d $(BASEDIR)/deps/rust-crypto/src/rust-crypto/lib.rs --out-dir $(BUILDDIR)/
@touch $@
$(BUILDDIR)/.rust-time:

2
deps/rust-crypto vendored

@ -1 +1 @@
Subproject commit bd7b061e7e22864352e29d6fe453842727916ce8
Subproject commit b463ff97f78ea06ce9bcf0f1fafe63e5966f2499