diff --git a/rules.mak b/rules.mak index 6cd3eeebb..1979366f5 100644 --- a/rules.mak +++ b/rules.mak @@ -60,8 +60,8 @@ ifeq (4.5,$(shell test -x /usr/local/gcc45/bin/gcc && /usr/local/gcc45/bin/gcc - endif #Use only the last, non-comment line from MyDebugFlags file -LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) -ifneq (,$(LOCAL_DEBUG_FLAGS)) - DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) -endif +#LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) +#ifneq (,$(LOCAL_DEBUG_FLAGS)) +# DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) +#endif diff --git a/rules.mak.debug b/rules.mak.debug index d87907bb7..adbf231a4 100644 --- a/rules.mak.debug +++ b/rules.mak.debug @@ -60,8 +60,8 @@ ifeq (4.5,$(shell test -x /usr/local/gcc45/bin/gcc && /usr/local/gcc45/bin/gcc - endif #Use only the last, non-comment line from MyDebugFlags file -LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) -ifneq (,$(LOCAL_DEBUG_FLAGS)) - DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) -endif +#LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) +#ifneq (,$(LOCAL_DEBUG_FLAGS)) +# DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) +#endif diff --git a/rules.mak.release b/rules.mak.release index c5882bddd..3c4936c2c 100644 --- a/rules.mak.release +++ b/rules.mak.release @@ -60,8 +60,8 @@ ifeq (4.5,$(shell test -x /usr/local/gcc45/bin/gcc && /usr/local/gcc45/bin/gcc - endif #Use only the last, non-comment line from MyDebugFlags file -LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) -ifneq (,$(LOCAL_DEBUG_FLAGS)) - DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) -endif +#LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) +#ifneq (,$(LOCAL_DEBUG_FLAGS)) +# DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) +#endif