Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2016 01:41:12 -0700
From:      Mehmet Erol Sanliturk <m.e.sanliturk@gmail.com>
To:        Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
Cc:        Reko Turja <reko.turja@liukuma.net>,  FreeBSD Questions Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: How to build and install only ntp from base?
Message-ID:  <CAOgwaMtkvYtx-8Pfqvev=KgzK2Div%2BoD-Q7pqF3eAVvPuSHs5g@mail.gmail.com>
In-Reply-To: <444makc8yx.fsf@lowell-desk.lan>
References:  <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> <CAOgwaMvd5meWL9NPCkJvxoOSM5Xe2y3E9ThfmvOD=0XFASUiYg@mail.gmail.com> <444makc8yx.fsf@lowell-desk.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 29, 2016 at 4:04 PM, Lowell Gilbert <
freebsd-questions-local@be-well.ilk.org> wrote:

> Mehmet Erol Sanliturk <m.e.sanliturk@gmail.com> writes:
>
> > On Fri, Apr 29, 2016 at 9:12 AM, Reko Turja via freebsd-questions <
> > freebsd-questions@freebsd.org> wrote:
> >
> >> As nothing else has changed with the latest 10.3 except ntp I'd love to
> >> compile only that. I just can't find the right incantation for starting
> the
> >> compile -  make <ntpd|build|compile> just tells me that <target> is up
> to
> >> date.
> >>
> >> What command should I use to compile ntp stuff only - or should I just
> >> fire up the version from ports?
> >>
> >> -Reko
> >> _______________________________________________
> >>
> >>
> >
> > It may be necessary first to use
> >
> > make clean
> >
> > if there is "clean" target in the make file .
> >
> > If there is no clean target in make file . delete *.o files , executable
> > and library files  to cause rebuild again .
> >
> >
> > Moving the necessary executable and library  files into a save directory
> > may be useful in case of failed make build .
>
> This advice is not useful. The files being built aren't even in the same
> tree.
>



There is another possibility :

make deinstall

to remove the already installed port .


There is the following page , perhaps it may be useful :


https://www.freebsd.org/doc/handbook/ports-using.html


Mehmet Erol Sanliturk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOgwaMtkvYtx-8Pfqvev=KgzK2Div%2BoD-Q7pqF3eAVvPuSHs5g>