Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 37b3074a authored by Brint E. Kriebel's avatar Brint E. Kriebel Committed by Ricardo Cerqueira
Browse files

build: Use newline at the end of echo to apkcerts file

Revert "core/Makefile: avoid exceeding MAX_ARG_STRLEN"
This reverts commit 2eb4ca0f.

If a newline is not used, the echo commands are strung
together in one large command. In environments with long
pathnames, this can cause the error:
  "make: execvp: /bin/bash: Argument list too long"

This splits the echo commands up into individual commands
to avoid the argument limit.

Change-Id: Id2e5033ad51a9746e2b6cd88f9d53d5b7c93bc1b
parent 359a0d63
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment