Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2019 11:38:05 -0800
From:      Nicola Mingotti <nicola.mingotti@slac.stanford.edu>
To:        <freebsd-questions@freebsd.org>
Subject:   Method to properly recompile a port after tweaking
Message-ID:  <16592fa8-d560-39ff-809b-2c19e05b7891@slac.stanford.edu>

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

Hi,

I have recently modified the port editors/texmacs and found a way
to easily recompile it after each C++ code modification.

The method I used is basically:
#> rm work/.build_done.texmacs._usr_local
#> make build

When I was looking for the solution I opened a discussion
thread on the FreeBSD Forum:
https://forums.freebsd.org/threads/how-to-tweak-the-source-of-an-existing-port.69164/#post-413736

The problem is that a user says the method to him is not working.

Could you please tell me what is the official way to recompile a port?
I am aware of
#> maker clean
#> make build
but that way too slow, it recompiles all, even if nor necessary.

bye
Nicola







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16592fa8-d560-39ff-809b-2c19e05b7891>