Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 13 Jun 2012 08:27:06 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: [PATCH 1/3] makefile: add silent rules

* Luca Barbato <lu_zero@...too.org> [2012-06-13 07:22:01 +0200]:
> make V=1 to disable them

we already discussed that silent should not be the default

so you may want to add
V ?= 1
at the top

and instead of
> +ifndef V

use
ifeq ($(strip $(V)),)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.