mirror of https://gitlab.com/ita1024/waf.git
docs - write a newline in example file to remove warning with solaris compilers
This commit is contained in:
parent
a306e30027
commit
ec0263f47c
|
@ -13,7 +13,7 @@ bld.program(
|
|||
def r1(self):
|
||||
import time
|
||||
time.sleep(1)
|
||||
self.outputs[0].write(' ')
|
||||
self.outputs[0].write('\n')
|
||||
bld(rule=r1, target='foo.h', before=['c'])
|
||||
|
||||
# the default scanner may enforce the build order on generated headers, but it is just
|
||||
|
|
Loading…
Reference in New Issue