coreutils
[Top][All Lists]
Advanced

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

[PATCH 0/1] build: Properly expand @INSTALL_PROGRAM@ viariable when cros


From: manolis837
Subject: [PATCH 0/1] build: Properly expand @INSTALL_PROGRAM@ viariable when cross-compiling.
Date: Wed, 18 Jan 2017 19:58:29 +0200

Hello everyone, 

While trying to cross compile coreutils for i686-linux, x86_64-linux and 
i586-pc-gnu with Guix, during make 
install, I came around this error:

Makefile:3440: *** Recursive variable 'INSTALL' references itself (eventually). 
 Stop.

http://paste.lisp.org/display/336896

According to the GNU Make manual this happens because "=" is used instead of 
":=". [1]

This patch solves the problem. 

Thank you,
Manolis

[1] https://www.gnu.org/software/make/manual/html_node/Error-Messages.html



reply via email to

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