Skip to content
Snippets Groups Projects
Commit c9aef9a0 authored by Mick Jordan's avatar Mick Jordan
Browse files

remove native Makefile tracing

parent fdeeb2a9
No related branches found
No related tags found
No related merge requests found
...@@ -39,10 +39,8 @@ clean: cleangnur ...@@ -39,10 +39,8 @@ clean: cleangnur
$(MAKE) -f Makefile.platform clean $(MAKE) -f Makefile.platform clean
ifeq ($(GNUR_HOME_ORIGIN), environment) ifeq ($(GNUR_HOME_ORIGIN), environment)
$(info E)
cleangnur: cleangnur:
else else
$(info NE)
cleangnur: cleangnur:
$(MAKE) -f Makefile.gnur clean $(MAKE) -f Makefile.gnur clean
endif endif
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
OSNAME := $(shell uname) OSNAME := $(shell uname)
$(info cmd=$(MAKECMDGOALS))
ifeq ($(OSNAME), Linux) ifeq ($(OSNAME), Linux)
FORCE_PIC := true FORCE_PIC := true
else ifeq ($(OSNAME), SunOS) else ifeq ($(OSNAME), SunOS)
...@@ -61,7 +59,7 @@ ifeq ($(OSNAME), SunOS) ...@@ -61,7 +59,7 @@ ifeq ($(OSNAME), SunOS)
# Configuring GnuR for Solaris is slightly complicated for three reasons: # 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 # 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 # 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) OS_ARCH := $(shell uname -p)
SSTUDIO := /opt/solarisstudio12.3 SSTUDIO := /opt/solarisstudio12.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment