Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/external/apache2/llvm/include Clear module cache for b...



details:   https://anonhg.NetBSD.org/src-all/rev/c15b5e152eb2
branches:  trunk
changeset: 931825:c15b5e152eb2
user:      Joerg Sonnenberger <joerg%bec.de@localhost>
date:      Thu Apr 30 16:34:35 2020 +0200

description:
Clear module cache for both depend and dependall

diffstat:

 external/apache2/llvm/include/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 72427d075f5b -r c15b5e152eb2 external/apache2/llvm/include/Makefile
--- a/external/apache2/llvm/include/Makefile    Thu Apr 30 16:33:51 2020 +0200
+++ b/external/apache2/llvm/include/Makefile    Thu Apr 30 16:34:35 2020 +0200
@@ -424,7 +424,7 @@
 
 includes depend dependall all: ${DPSRCS}
 
-dependall: clean-modulecache
+depend dependall: clean-modulecache
 
 clean-modulecache:
        rm -rf ${LLVM_MODULE_CACHE}



Home | Main Index | Thread Index | Old Index