Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2000 18:38:54 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Archie Cobbs" <archie@dellroad.org>, "Satoshi - Ports Wraith - Asami" <asami@FreeBSD.ORG>
Cc:        <freebsd-ports@FreeBSD.ORG>
Subject:   Re: 2 minor requests
Message-ID:  <002701c03bb8$13930f80$8dfee0d1@westbend.net>
References:  <200010212239.e9LMdP765676@curve.dellroad.org>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Archie Cobbs <archie@dellroad.org>
> >  * 2. Allow "make package" to work even if there is no work/
subdirectory,
> >  *    but the port has already been built and installed, i.e.:
> >  *
> >  *      $ make all install
> >  *      $ make clean
> >  *      $ make package   <-- this will currently not work
> >
> > Doesn't "make package-noinstall" work?
>
> Mmm, didn't know about that.. thanks :-)
>
> Maybe "make package" could test for the existence of the work
> subdirectory, and if absent, fall back to "make package-noinstall" ?
>
You would also need to check if the port is installed, before deciding to
fall back to "make package-noinstall", otherwise it would break the current
behavior of  "make package" (fetch, configure, build, install and then
package the port).

Scot



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?002701c03bb8$13930f80$8dfee0d1>