[Swan-dev] replace "make check UPDATEONLY=1" with "make update"

Paul Wouters paul at nohats.ca
Thu Feb 19 01:53:55 EET 2015


On Wed, 18 Feb 2015, Antony Antony wrote:

> "make check UPDATEONLY=1" and likely "make check UPDATE=1" is broken on my servers since 16th. I think Paul see the same issue.
>
> make is leaving binaries in source directory on the host and causing make install on the guest to fail.
> I start with a clean tree.

To reproduce:

rm -rf OBJ*
make check UPDATE=1
[once it completed building east, you can ctrl-c]
make check UPDATE=1
[when you see it trying to boot east, you can already ctrl-c]

binaries are now in programs, eg programs/addconn/addconn instead
of OBJ*/programs/addconn/addconn

> my suspecion is something changed in the target "checkprograms"?

Yup. something changed there.

Paul


More information about the Swan-dev mailing list