Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 1997 03:07:49 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        fenner@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/mbone/imm Makefile
Message-ID:  <199709131007.DAA11472@blimp.mimi.com>
In-Reply-To: <199709121639.JAA09134@freefall.freebsd.org> (message from Bill Fenner on Fri, 12 Sep 1997 09:39:34 -0700 (PDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 * fenner      1997/09/12 09:39:33 PDT
 * 
 *   Modified files:
 *     mbone/imm            Makefile 
 *   Log:
 *   Don't copy Makefile.freebsd twice.

Ah, so it is done in scripts/configure?  No wonder it didn't work
before (and does now), as patch is done before configure.  (You would
have noted it if you did a "make clean" before your commit.)

Anyway, this configure script:

===
mkdir ${WRKSRC}/freebsd
cp ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
cp ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src
===

has no reason of being a separate file, is confusing as it's doing
something very simple outside of the main Makefile, and is misnamed
(none of the above falls into what "configure" normally does).  If
you don't beat me to it, I'll remove it and copy the contents into the 
main Makefile.

Satoshi



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