mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
scripts: mkmakefile: set umask before calling BR's makefile
Small optimization so we don't have another 'make' level (caused by the umask fix) when running the generated makefile. Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e8810036a8
commit
fd13247a22
@ -35,7 +35,7 @@ MAKEFLAGS += --no-print-directory
|
|||||||
all := \$(filter-out Makefile,\$(MAKECMDGOALS))
|
all := \$(filter-out Makefile,\$(MAKECMDGOALS))
|
||||||
|
|
||||||
_all:
|
_all:
|
||||||
\$(MAKE) \$(MAKEARGS) \$(all)
|
umask 0022 && \$(MAKE) \$(MAKEARGS) \$(all)
|
||||||
|
|
||||||
Makefile:;
|
Makefile:;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user