Ticket #14 (assigned task)

Opened 3 years ago

Last modified 2 years ago

Check for needed binaries.

Reported by: verm Assigned to: verm (accepted)
Priority: high Milestone: 5.0.0
Component: Any Version: HEAD
Severity: major Keywords:
Cc: Operating System: Any
Hardware: Any Sub Component: Any

Description

During the make-config target, check for needed binaries so we can build. We may also add some simple regression tests to ensure they react properly. This takes care of situations like LC_ALL=C on redhat.

Change History

03/10/06 05:39:55 changed by verm

  • status changed from new to assigned.

07/01/06 20:25:34 changed by maxr

It seems config.common.mk checks for needed programs now and requires to change def.*.mk to point to right binaries.

I propose to store checked binaries names in config.mk, so one could run

bmake BIN_CC=/usr/local/my_cc freebsd
bmake
bmake install

So no need to change def.freebsd.mk, just provide correct path at configure stage.