help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Please help me out in this


From: Ravi.S.M
Subject: Please help me out in this
Date: Wed, 17 May 2006 12:15:54 +0530

Hi

 

In a porting exercise, I am compiling linux code in solaris . in makhdr.gnu file where all macros are defined I am getting error as

 

makhdr.gnu, line 6: Unexpected end of line seen

 

below is the snippet if code

 

 

########################################################################

#  Make API header file: GNU Make version                              #

########################################################################

ifeq ($(DEVDIR),)

        _error_::  -----------à this is the line where I am getting error -----------

        @echo "!!! makhdr ERROR: undefined variable: DEVDIR"

endif

 

ifeq ($(ETCDIR),)

_error_::

        @echo "!!! makhdr ERROR: undefined variable: ETCDIR"

endif

 

ifneq ($(MAKTYP),gnu)

_error_::

        @echo "!!! makhdr ERROR: invalid variable: MAKTYP"

endif

 

ifneq    ($(MAKHDR),$(ETCDIR)/makhdr.$(MAKTYP))

_error_::

        @echo "!!! makhdr ERROR: invalid variable: MAKHDR"

endif

 

 

Please if you can help me out in this problem I would be grateful to you, and its very argent.

 

Thanks in advance

 

Best Regards

 

Ravi

 

 

============================================================================================================================

Tech Mahindra, formerly Mahindra-British Telecom.


Disclaimer:


The contents of this E-mail (including the contents of the enclosure(s) or attachment(s) if any) are privileged and confidential material of Tech Mahindra and should not be disclosed to, used by or copied in any manner by anyone other than the intended addressee(s). In case you are not the desired addressee, you should delete this message and/or re-direct it to the sender. The views expressed in this E-mail message (including the enclosure(s) or attachment(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of Tech Mahindra.


This e-mail message including attachment/(s), if any, is believed to be free of any virus. However, it is the responsibility of the recipient to ensure that it is virus free and Tech Mahindra is not responsible for any loss or damage arising in any way from its use.

============================================================================================================================

reply via email to

[Prev in Thread] Current Thread [Next in Thread]