pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue May 12 17:46:28 UTC 2020

Modified Files:
        pkgsrc/lang/llvm: Makefile

Log Message:
lang/llvm: remove nonexistent file from SUBST_FILES

opt-remarks has probably been replaced by remarks-shlib, which has
already been added to the list.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/llvm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.53 pkgsrc/lang/llvm/Makefile:1.54
--- pkgsrc/lang/llvm/Makefile:1.53      Fri May  8 14:10:09 2020
+++ pkgsrc/lang/llvm/Makefile   Tue May 12 17:46:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2020/05/08 14:10:09 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2020/05/12 17:46:28 rillig Exp $
 #
 # when updating this, please also update:
 # devel/include-what-you-use
@@ -79,7 +79,6 @@ TEST_ENV+=            LD_LIBRARY_PATH=${WRKDIR}/bu
 SUBST_CLASSES.SunOS+=  linkmap
 SUBST_STAGE.linkmap=   pre-configure
 SUBST_FILES.linkmap=   tools/lto/lto.exports
-SUBST_FILES.linkmap+=  tools/opt-remarks/OptRemarks.exports
 SUBST_FILES.linkmap+=  tools/remarks-shlib/Remarks.exports
 SUBST_SED.linkmap=     -e '/^LLVM/d'
 



Home | Main Index | Thread Index | Old Index