Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Feb 2004 06:22:26 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62329: [patch] bsd.port.mk: remove useless ${MKDIR} ${WRKSRC} in config target
Message-ID:  <E1AoDcQ-0004he-IA@Current.sem-home.ciam.ru>
Resent-Message-ID: <200402040330.i143UMK1013793@freefall.freebsd.org>

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

>Number:         62329
>Category:       ports
>Synopsis:       [patch] bsd.port.mk: remove useless ${MKDIR} ${WRKSRC} in config target
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 03 19:30:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #6: Sat Jan 17 16:12:04 MSK 2004 root@Current.sem-home.ciam.ru:/usr/obj/usr/src/sys/CURRENT i386


	
>Description:
	
remove useless ${MKDIR} ${WRKSRC} in config target
>How-To-Repeat:
	
>Fix:

	

--- bsd.port.mk.diff begins here ---
--- bsd.port.mk.local	Wed Feb  4 04:34:38 2004
+++ bsd.port.mk	Wed Feb  4 06:14:17 2004
@@ -4923,7 +4915,6 @@
 
 .if !target(config)
 config:
-	@${MKDIR} ${WRKDIR}
 .if !defined(OPTIONS)
 	@${ECHO_MSG} "===> No options to configure"
 .else
--- bsd.port.mk.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AoDcQ-0004he-IA>