We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927e1ef commit 987655aCopy full SHA for 987655a
tests/run-make/incremental-debugger-visualizer/Makefile
@@ -7,14 +7,12 @@ include ../tools.mk
7
# directory as readonly. We need to apply modifications to some of the source
8
# file.
9
SRC_DIR := $(TMPDIR)/src
10
-
11
INCR_CACHE_DIR := $(TMPDIR)/incremental
12
13
14
all:
15
rm -rf $(TMPDIR)/*
16
mkdir $(SRC_DIR)
17
- cp -t $(SRC_DIR) ./foo.rs
+ cp ./foo.rs $(SRC_DIR)
18
echo "GDB script v1" > $(SRC_DIR)/foo.py
19
echo "Natvis v1" > $(SRC_DIR)/foo.natvis
20
$(RUSTC) $(SRC_DIR)/foo.rs \
0 commit comments