summaryrefslogtreecommitdiff
path: root/Makefile.compiler
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.compiler')
-rw-r--r--Makefile.compiler2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.compiler b/Makefile.compiler
index 86ecd2ac..94d0d40c 100644
--- a/Makefile.compiler
+++ b/Makefile.compiler
@@ -21,8 +21,8 @@ TMPOUT = $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_$$$$
# automatically cleaned up.
try-run = $(shell set -e; \
TMP=$(TMPOUT)/tmp; \
- mkdir -p $(TMPOUT); \
trap "rm -rf $(TMPOUT)" EXIT; \
+ mkdir -p $(TMPOUT); \
if ($(1)) >/dev/null 2>&1; \
then echo "$(2)"; \
else echo "$(3)"; \