On 15 February 2015 at 21:16, Lubomir I. Ivanov <[email protected]> wrote:
> On 15 February 2015 at 21:10, Linus Torvalds
> <[email protected]> wrote:
>> On Sun, Feb 15, 2015 at 10:55 AM, Lubomir I. Ivanov <[email protected]> 
>> wrote:
>>> On 15 February 2015 at 20:51, Dirk Hohndel <[email protected]> wrote:
>>>
>>>> Also with the new write-version thingy... the first time I run make, I get
>>>> something weird like "sh: Syntax error, unexpected end of line in line:1"
>>>> Starting the make again works. Any idea what's up with that?
>>>>
>>>
>>> can't seem to reproduce it...let me look into it again.
>>> Thiago said that it works for him (under Linux i assume).
>>
>> It's broken for me too. The generated Makefile is broken, and looks like 
>> this:
>>
>>    ...
>>    compiler_version_h_make_all: ssrf-version.h
>>    compiler_version_h_clean:
>>           -$(DEL_FILE) ssrf-version.h
>>    ssrf-version.h: . \
>>                    FORCE
>>            @echo Checking /home/torvalds/src/subsurface/ssrf-version.h &&
>>
>>    compiler_TSQM_make_all: translations/subsurface_source.qm
>> translations/subsurface_bg_BG.qm translations/subsurface_cs.q$
>>    ...
>>
>> Note how it's just cut off after the "@echo ... &&" line
>>
>
> seems like qmake generates a bogus rule for "silent mode".
>
> "silent mode" however is broken for me in general, so i need to find a
> solution how to test that.
>

this should be a quick fix (attached),
it was my original proposal, but later we added the "silent: ..." option.

CCing Thiago, if he has the time to help.

lubomir
--

Attachment: 0006-PRI-don-t-consider-silent-mode-for-the-version-gener.patch
Description: Binary data

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to