guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Simplify dtc package definition.


From: Danny Milosavljevic
Subject: Re: [PATCH] gnu: Simplify dtc package definition.
Date: Wed, 7 Sep 2016 11:01:41 +0200

Hi David,

On Wed, 7 Sep 2016 10:15:29 +0200
David Craven <address@hidden> wrote:

> LGTM. Are these changes part of the debian patchset?

No, I found out that GNU make allows you to override variables used inside 
Makefiles from make's command line.

To test:

write a Makefile containing:

#-----
PREFIX = /foo

all:
        echo $(PREFIX)
#-----

Then try

$ make PREFIX=/bar

.

It will override the variable.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]