Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2017 19:42:56 +0200
From:      Kurt Jaeger <lists@opsec.eu>
To:        Amit Yaron <amit@phpandmore.net>
Cc:        "ports@freebsd.org" <ports@freebsd.org>
Subject:   Re: Debugging A Port
Message-ID:  <20171001174256.GI86601@home.opsec.eu>
In-Reply-To: <aa62ef88-bb9d-b74f-2dc6-e79773ab67ea@phpandmore.net>
References:  <aa62ef88-bb9d-b74f-2dc6-e79773ab67ea@phpandmore.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> What action will make the Make command to recompile a source file?

That depends on the port, there's no generic way to say.

Basically, the port framework adds a wrapper of targets
around the upstream source Makefile and those targets can shield
a recompile from happening.

What sometimes work is this:

cd work/<app>/
make

-- 
pi@opsec.eu            +49 171 3101372                         3 years to go !



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