charlesarcher / i7z

Automatically exported from code.google.com/p/i7z
GNU General Public License v2.0
0 stars 0 forks source link

install make rule shouldn't depend on all rule #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Lately the "all" rule got a dependency on "clean". With that calling 
make install 
will delete everything just compiled. Best is to remove "all" from "install" 
and add "bin"

Original issue reported on code.google.com by ju.lec...@googlemail.com on 23 Jul 2012 at 3:47

GoogleCodeExporter commented 9 years ago
thanks justin

fixed it in the latest commit.

Original comment by abhirana on 24 Jul 2012 at 1:54

GoogleCodeExporter commented 9 years ago
I just saw that even this commit doesn't give the right result. This is correct

-install: bin $(BIN)
+install: BIN

Original comment by ju.lec...@googlemail.com on 24 Jul 2012 at 6:31

GoogleCodeExporter commented 9 years ago
i did the change. do tell if its still an issue.

Original comment by abhirana on 25 Jul 2012 at 2:03

GoogleCodeExporter commented 9 years ago

Original comment by abhirana on 13 Aug 2012 at 10:34