bug-make
[Top][All Lists]
Advanced

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

Re: Questionable line number in a message "missing separator"?


From: SF Markus Elfring
Subject: Re: Questionable line number in a message "missing separator"?
Date: Sat, 17 Jan 2015 21:52:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

> Of course, if you had actually quoted the relevant lines from your
> Makefile, we could be more precise.

Thanks for your interest.

Do you get further ideas from an excerpt of my build script "parallel-inc.make"?

Lines 241 - 256:
$(EXIT_CODES_FUNCTIONS_THAT_CHECK_THEIR_SINGLE_PARAMETER_IN_HEADERS) \
$(RESULT_SQL_DATABASE_NOTIFICATION3) \
$(RUN_FUNCTIONS_THAT_CHECK_THEIR_SINGLE_PARAMETER_IN_HEADERS): \
initialise_database \
$(BUILD_FUNCTIONS_THAT_CHECK_THEIR_SINGLE_PARAMETER_IN_HEADERS) \
$(HEADER_SEARCH_PARTS)
        $(if 
$(LET_RUN_FIND_FUNCTIONS_THAT_CHECK_THEIR_SINGLE_PARAMETER_IN_HEADERS_PARALLEL),\
$(eval 
LET_RUN_FIND_FUNCTIONS_THAT_CHECK_THEIR_SINGLE_PARAMETER_IN_HEADERS_PARALLEL::=)$(eval
 $(call HANDLE_BACKGROUND_TASK,\
$(RESULT_SQL_DATABASE_NOTIFICATION3),\
$(RUN_FUNCTIONS_THAT_CHECK_THEIR_SINGLE_PARAMETER_IN_HEADERS),\
$(BUILD_FUNCTIONS_THAT_CHECK_THEIR_SINGLE_PARAMETER_IN_HEADERS),\
$(EXIT_CODES_FUNCTIONS_THAT_CHECK_THEIR_SINGLE_PARAMETER_IN_HEADERS))))

find_functions_that_check_their_single_parameter_in_headers_with_parallel_groups:
 \
$(RESULT_SQL_DATABASE_NOTIFICATION3)
        @$(ECHO) 'Header files were analysed.'


Regards,
Markus



reply via email to

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