diff --git a/com.oracle.truffle.r.native/gnur/Makefile b/com.oracle.truffle.r.native/gnur/Makefile index c897423651596e8f38803867f80ae2805e23aa64..90ee209245bebe97cfbe49a041c865df5a5d30a2 100644 --- a/com.oracle.truffle.r.native/gnur/Makefile +++ b/com.oracle.truffle.r.native/gnur/Makefile @@ -39,10 +39,8 @@ clean: cleangnur $(MAKE) -f Makefile.platform clean ifeq ($(GNUR_HOME_ORIGIN), environment) -$(info E) cleangnur: else -$(info NE) cleangnur: $(MAKE) -f Makefile.gnur clean endif diff --git a/com.oracle.truffle.r.native/gnur/Makefile.gnur b/com.oracle.truffle.r.native/gnur/Makefile.gnur index 38f244715ff0455d45d39eaef9a8af84b5f280a3..7f68b1e2429f3065eae388e2b27be9e2f6a43d30 100644 --- a/com.oracle.truffle.r.native/gnur/Makefile.gnur +++ b/com.oracle.truffle.r.native/gnur/Makefile.gnur @@ -40,8 +40,6 @@ OSNAME := $(shell uname) -$(info cmd=$(MAKECMDGOALS)) - ifeq ($(OSNAME), Linux) FORCE_PIC := true else ifeq ($(OSNAME), SunOS) @@ -61,7 +59,7 @@ ifeq ($(OSNAME), SunOS) # Configuring GnuR for Solaris is slightly complicated for three reasons: # 1. the default iconv utility is inadequate and has to be replaced by Gnu iconv # 2. the solaris studio compilers must be used, assumed to be in /opt/solarisstudio12.3 -# 3. Solaris runs on x64 and Sparc +# 3. Solaris runs on x64 and Sparc and the configure options are different # OS_ARCH := $(shell uname -p) SSTUDIO := /opt/solarisstudio12.3