Thread (5 messages) flat view 5 messages, 5 authors, 2016-06-15

Re: [PATCH] C implementation of the 'git' program.

From: Raja R Harinath <hidden>
Date: 2016-06-15 22:42:11

Hi,

exon@op5.se (Andreas Ericsson) writes:

[snip]
As a nice side-effect, the patch also fixes the problem with
	make
	make prefix=/usr install

Signed-off-by: Andreas Ericsson <redacted>
[snip]
+# Force rebuild so that "make prefix=<something> install" Just Works.
+.PHONY: git
This is bad, since it does the wrong thing for the correct way:

  make prefix=/usr
  sudo make prefix=/usr install

With your patch 'git' will be compiled as root.

- Hari
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help