Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2002 18:38:43 -0700 (PDT)
From:      Douglas Denault <doug@safeport.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/40102: mergemaster should use the currend working directory as the default for -m
Message-ID:  <200207020138.g621ch38086692@www.freebsd.org>

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

>Number:         40102
>Category:       conf
>Synopsis:       mergemaster should use the currend working directory as the default for -m
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 01 18:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Douglas Denault
>Release:        Stable 4.6
>Organization:
Safeport Network Services
>Environment:
FreeBSD pemaquid.safeport.com 4.6-RC FreeBSD 4.6-RC #0: Fri Jun 28 16:59:30 EDT 2002     doug@pemaquid.safeport.com:/usr/obj/usr/home/fbsd/stable/src/sys/PEMAQUID  i386
  
>Description:
It is very counter intuitive that mergemaster uses /usr/src rather than the current directory. As a subset of this bug and empty /usr/src seems to yield the correct result.    
>How-To-Repeat:
Use a source tree named anything except /usr/src
>Fix:
change   SOURCEDIR=${SOURCEDIR:-/usr/src/etc}  to

         SOURCEDIR=${SOURCEDIR:-`pwd`}

assuming that is the correct syntax
         
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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