now first run warnings are going to stderr...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-03-22 11:32:10 +03:00
parent a9f5f76959
commit 054f3c8120

View File

@ -189,9 +189,8 @@ FIRST_RUN := $(if $(filter node_modules,$(wildcard *)),,1)
NPX := npx --yes
# Warn user...
_ := $(if $(FIRST_RUN), $(info \
_ := $(if $(FIRST_RUN), $(warning \
Missing ./node_modules/: Running make on a clean repository may take \
some time... ))