On 9/15/14, 11:00 PM, Nerses Gevorgyan wrote:
> The Makefile is quite simple.
> vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
> TOP=../..
>
> JAVA_DIR = ~rafopar/Apps/Java/jdk1.7.0_67
Hi, Nerses.
I've never used RULES_JAVA, so I'm not commenting on any of your
reported problems, except I will say that your use of a tilde character
('~') in your JAVA_DIR path might be a problem. That is normally a
special syntax recognized by certain shells that will be expanded to a
user's home directory. That might not work as you're expecting in GNU
Make. I suggest replacing that with an absolute path.
Lewis
- Replies:
- Re: Is RULES_JAVA broken? Nerses Gevorgyan
- Re: Is RULES_JAVA broken? Benjamin Franksen
- References:
- Is RULES_JAVA broken? Nerses Gevorgyan
- Navigate by Date:
- Prev:
Asyn model 3 driver for Galil products Mark Clift
- Next:
Re: Question about asyn and offline device Sonya Hoobler
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
<2014>
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Is RULES_JAVA broken? Nerses Gevorgyan
- Next:
Re: Is RULES_JAVA broken? Nerses Gevorgyan
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
<2014>
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|