Skip to content

Commit 70ce2cf

Browse files
committed
Makefile: Have "make distclean" also clear kernel caches
In this case we do not clear nvidia's caches, just the ones in our tree.
1 parent 199fe89 commit 70ce2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ all:
705705
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
706706
done && test -z "$$fail"
707707

708-
distclean: clean
708+
distclean: clean kernel-cache-clean-john
709709
$(RM) -r $(DEPDIR)
710710
$(RM) -r autom4te.cache
711711
@for dir in ${subdirs}; do \

0 commit comments

Comments
 (0)