pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/xtensa-lx106-elf-gcc



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Sep 14 18:15:34 UTC 2020

Modified Files:
        pkgsrc/cross/xtensa-lx106-elf-gcc: Makefile

Log Message:
Don't use PKGREVISION in DIST_SUBDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile

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

Modified files:

Index: pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile
diff -u pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.4 pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.5
--- pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.4      Mon Aug 31 18:06:55 2020
+++ pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile  Mon Sep 14 18:15:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/08/31 18:06:55 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/14 18:15:34 joerg Exp $
 
 # using configure options and sources from
 # https://github.com/earlephilhower/esp-quick-toolchain
@@ -11,7 +11,7 @@ MASTER_SITES=         ${MASTER_SITE_GITHUB:=jcm
 GITHUB_PROJECT=                gcc-xtensa
 GITHUB_TAG=            a0936f8b396491bc7894c8bc5e80971cc9138e94
 
-DIST_SUBDIR=           ${PKGNAME}
+DIST_SUBDIR=           ${PKGNAME_NOREV}
 
 # Custom xtensa newlib       
 DISTFILES=             ${DEFAULT_DISTFILES}



Home | Main Index | Thread Index | Old Index