How to build and install only ntp from base?
Mehmet Erol Sanliturk
m.e.sanliturk at gmail.com
Sat Apr 30 08:41:13 UTC 2016
On Fri, Apr 29, 2016 at 4:04 PM, Lowell Gilbert <
freebsd-questions-local at be-well.ilk.org> wrote:
> Mehmet Erol Sanliturk <m.e.sanliturk at gmail.com> writes:
>
> > On Fri, Apr 29, 2016 at 9:12 AM, Reko Turja via freebsd-questions <
> > freebsd-questions at 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
More information about the freebsd-questions
mailing list