Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2000 17:41:32 +0200 (CEST)
From:      Christian Weisgerber <naddy@mips.inka.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21936: makesum target creates "files" directory
Message-ID:  <200010121541.e9CFfWr04309@kemoauc.mips.inka.de>

next in thread | raw e-mail | index | archive | help

>Number:         21936
>Category:       ports
>Synopsis:       makesum target creates "files" directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 12 09:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 5.0-CURRENT alpha
>Organization:
>Environment:

>Description:

The "makesum" target in bsd.port.mk still creates ${FILESDIR}
("files") although that directory isn't used for the checksum file
anymore now that ${MD5_FILE} has moved from "files/md5" to "distinfo".

>How-To-Repeat:

>Fix:

--- /usr/ports/Mk/bsd.port.mk	Mon Oct  9 00:34:36 2000
+++ bsd.port.mk	Thu Oct 12 17:37:37 2000
@@ -2351,7 +2351,6 @@
 .if !target(makesum)
 makesum:
 	@cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} fetch NO_CHECKSUM=yes
-	@${MKDIR} ${FILESDIR}
 	@if [ -f ${MD5_FILE} ]; then ${RM} -f ${MD5_FILE}; fi
 	@(cd ${DISTDIR}; \
 	 for file in ${_CKSUMFILES}; do \

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010121541.e9CFfWr04309>