|
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
|
[Prev in Thread] | Current Thread | [Next in Thread] |