mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
exit on error inside the README EOL conversion for loop r=bsmedberg b=351476
This commit is contained in:
parent
0b5d962edb
commit
84791223b3
@ -128,6 +128,7 @@ PROFILE_CHROME = userChrome-example.css userContent-example.css
|
||||
|
||||
libs:: $(addprefix $(LOCALE_SRCDIR)/,$(README_FILES))
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
$(EXIT_ON_ERROR) \
|
||||
for file in $^; do \
|
||||
$(PERL) -pe 's/(?<!\r)\n/\r\n/g;' < $$file > $(FINAL_TARGET)/`basename $$file`; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user