4e6b8b4eca
This notably adds support for the RUSTFLAGS environment variable. Signed-off-by: Tyler Hall <tylerwhall@gmail.com>
28 lines
644 B
Diff
28 lines
644 B
Diff
From 7ae8ea6523c943cc819eadea011ce4f783e40764 Mon Sep 17 00:00:00 2001
|
|
From: Cody P Schafer <dev@codyps.com>
|
|
Date: Wed, 3 Feb 2016 15:59:48 -0500
|
|
Subject: [PATCH] disable cargo snapshot fetch
|
|
|
|
---
|
|
Makefile.in | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index fadcb4b..a8da630 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -103,10 +103,6 @@ test-unit-$(1): $$(CARGO)
|
|
endef
|
|
$(foreach target,$(CFG_TARGET),$(eval $(call CARGO_TARGET,$(target))))
|
|
|
|
-$(TARGET_ROOT)/snapshot/bin/cargo$(X): $(S)src/snapshots.txt
|
|
- $(CFG_PYTHON) $(S)src/etc/dl-snapshot.py $(CFG_BUILD)
|
|
- touch $@
|
|
-
|
|
|
|
# === Tests
|
|
|
|
--
|
|
2.8.2
|
|
|