Hi,
I'm trying to build OpenJDK under Windows7 64-bit with Visual Studio 2010.
When I run jdk_generic_profile.sh I get:
/cygdrive/c/Users/Gili/Documents/jdk7/jdk7/jdk/make/jdk_generic_profile.sh:
line
177: PROCESSOR_IDENTIFIER: command not found
I am using GNU Make 3.81 for now because I am un
cowwoc wrote:
>
> Hi,
>
> I'm trying to build OpenJDK under Windows7 64-bit with Visual Studio 2010.
> When I run jdk_generic_profile.sh I get:
>
> /cygdrive/c/Users/Gili/Documents/jdk7/jdk7/jdk/make/jdk_generic_profile.sh:
> line
> 177: PROCESSOR_IDENTIFIER: command not found
>
> I am usin
cowwoc said the following on 06/07/10 15:25:
That being said, I don't think the PROCESSOR_IDENTIFIER error is specific
to Make. I noticed the makefile contains echo $(PROCESSOR_IDENTIFIER).
Running this under cygwin's bash gives:
echo $(PROCESSOR_IDENTIFIER)
bash: PROCESSOR_IDENTIFIER: command