mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 19:08:56 +00:00
build: Use a dot instead of source command
POSIX does not define 'source' shell command, so we should use a dot instead. https://bugzilla.gnome.org/show_bug.cgi?id=750723
This commit is contained in:
parent
eaf816f46b
commit
c013165e41
@ -19,7 +19,7 @@ wrappers: stamp-test-unit
|
|||||||
@true
|
@true
|
||||||
stamp-test-unit: Makefile test-unit$(EXEEXT)
|
stamp-test-unit: Makefile test-unit$(EXEEXT)
|
||||||
@mkdir -p wrappers
|
@mkdir -p wrappers
|
||||||
source $(top_builddir)/cogl/libcogl.la ; \
|
. $(top_builddir)/cogl/libcogl.la ; \
|
||||||
$(NM) $(top_builddir)/cogl/.libs/"$$dlname"| \
|
$(NM) $(top_builddir)/cogl/.libs/"$$dlname"| \
|
||||||
grep '[DR] _\?unit_test_'|sed 's/.\+ [DR] _\?//' > unit-tests
|
grep '[DR] _\?unit_test_'|sed 's/.\+ [DR] _\?//' > unit-tests
|
||||||
@chmod +x $(top_srcdir)/tests/test-launcher.sh
|
@chmod +x $(top_srcdir)/tests/test-launcher.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user