mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
win32: indent copied *-enumtypes.c files in make win32-update
This commit is contained in:
parent
a647aaf508
commit
4d9bd60c67
2 changed files with 21 additions and 17 deletions
|
@ -59,8 +59,12 @@ WIN32_COPY = \
|
||||||
$(top_builddir)/_stdint.h
|
$(top_builddir)/_stdint.h
|
||||||
|
|
||||||
win32-update:
|
win32-update:
|
||||||
for f in $(WIN32_COPY); do cp $$f win32/common;done
|
for f in $(WIN32_COPY); do cp -v $$f win32/common; done; \
|
||||||
cp $(top_builddir)/win32/common/config.h-new \
|
for f in win32/common/*-enumtypes.c; do \
|
||||||
|
echo "Indenting $$f"; \
|
||||||
|
gst-indent $$f; gst-indent $$f; \
|
||||||
|
done
|
||||||
|
cp -v $(top_builddir)/win32/common/config.h-new \
|
||||||
$(top_srcdir)/win32/common/config.h
|
$(top_srcdir)/win32/common/config.h
|
||||||
|
|
||||||
include $(top_srcdir)/common/coverage/lcov.mak
|
include $(top_srcdir)/common/coverage/lcov.mak
|
||||||
|
|
Loading…
Reference in a new issue