Re: [hackers] [sbase] make (un)install || Connor Lane Smith

From: pancake <pancake_AT_youterm.com>
Date: Wed, 08 Jun 2011 12:45:51 +0200

On 06/08/11 12:37, hg_AT_suckless.org wrote:
> +# paths
> +PREFIX = /usr/local
> +MANPREFIX = ${PREFIX}/share/man
> +
> #CC = gcc
> -CC = musl-gcc
> +#CC = musl-gcc
> LD = $(CC)
> CPPFLAGS = -D_POSIX_C_SOURCE=200112L
> CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
this is not respecting even PREFIX , CC or CFLAGS, those variables must
be defined with ?= as I said in the previous patch. else the environ of
the user is ignored.
Received on Wed Jun 08 2011 - 12:45:51 CEST

This archive was generated by hypermail 2.2.0 : Wed Jun 08 2011 - 12:48:04 CEST