Re: single (debug) binaries from base source tree install fails (/usr/bin/true)

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Fri, 22 Jan 2010 12:51:29 +0100
Harald Schmalzbauer <h.schmalzbauer_at_omnilan.de> writes:
> I try to install a DEBUG_FLAGS=-g version of top since it core dumps
> on my 8.0-RELEASE box.

How?

> Compiling works with warnings, but installing fails with superfluous
> "/usr/bin/true" after install:
>
> install /usr/bin/true -o root -g wheel -m 555   top /usr/bin
> install: -o: No such file or director

You screwed up somewhere...  built in the wrong directory or something.
The correct procedure is simply:

% cd /usr/src/usr.bin/top
% make clean
% make DEBUG_FLAGS=-g
% make install

DES
-- 
Dag-Erling Smørgrav - des_at_des.no
Received on Fri Jan 22 2010 - 10:51:31 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:00 UTC