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/8bf01c77d234
branches:  trunk
changeset: 932669:8bf01c77d234
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 aedf6f6d42f9 -r 8bf01c77d234 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