Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-09-06 00:47:45 +03:00
parent 16e4cb681b
commit 74483c0b70

View File

@ -7,7 +7,7 @@
# - make basics # - make basics
# - bash # - bash
# - sed # - sed
# - grep / fgrep # - grep / fgrep / egrep
# - printf # - printf
# - General # - General
# - git # - git
@ -21,10 +21,13 @@
# a patched version of 3.0... # a patched version of 3.0...
# for more info and patch see: # for more info and patch see:
# https://goo.gl/csQmQo # https://goo.gl/csQmQo
# Optional # - Optional
# - npm i -g electron electron-rebuild asar less # - npm i -g electron electron-rebuild asar less
# needed only if running global versions # needed only if running global versions of cli's,
# of cli's... # will be maintained and used by npm/npx
# automatically in local ./node_modules...
# XXX might be a good idea to add a flag to use
# global cli's....
# - Windows # - Windows
# - MSVS -- to build native node modules (sharp) # - MSVS -- to build native node modules (sharp)
# - Linux # - Linux
@ -306,8 +309,8 @@ INCLUDE_NW_NODE_MODULES = app-module-path
#********************************************************************** #**********************************************************************
# dependencies to check... # dependencies to check...
# #
DEPENDENCIES_WEB = node npm npx
DEPENDENCIES_HELP = sed grep egrep fgrep printf DEPENDENCIES_HELP = sed grep egrep fgrep printf
DEPENDENCIES_WEB = node npm npx
DEPENDENCIES = $(DEPENDENCIES_WEB) \ DEPENDENCIES = $(DEPENDENCIES_WEB) \
$(DEPENDENCIES_HELP) \ $(DEPENDENCIES_HELP) \
@ -369,7 +372,6 @@ doc/MAKE: Makefile
#********************************************************************** #**********************************************************************
### Dependency checking... ### Dependency checking...
# XXX for some reason this fails with fgrep...
require(%): require(%):
@printf "%-20s %s\n" \ @printf "%-20s %s\n" \
"$*" \ "$*" \