From 4a2daa3c55704bbe851f73acb1f3761a87fb5535 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 23 Mar 2022 00:22:59 +0300 Subject: [PATCH] Makefile doc cleanup... Signed-off-by: Alex A. Naanou --- Viewer/Makefile | 10 +++------- Viewer/doc/MAKE | 9 +++------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/Viewer/Makefile b/Viewer/Makefile index fb865440..31bf86f7 100644 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -1,8 +1,8 @@ #********************************************************************** ## -## ImageGrid.Viewer Makefile... +## ImageGrid.Viewer Makefile +## ## -# # Make dependencies that need to be installed (make check): # - make basics # - bash @@ -82,8 +82,6 @@ ## ## NOTE: when setting variables avoid using spaces and other characters ## make can get fussy about... -## NOTE: to do a repack build call: -## (export BUILD_MODE=repack && make) # NOTE: in most cases we do not add a "/" to target dirs to destinguish # them from target files except for one case: # $(BUILD_DIR)/$(APP_NAME)-%/ @@ -117,7 +115,7 @@ ## # build in repack mode... ## $$ BUILD_MODE=repack make dist ## -## # build for darwin... (EXPERIMENTAL) +## # build for darwin/macOS... (EXPERIMENTAL) ## $$ TARGET_OS=darwin make clean dist ## ## # run with Devtools started... @@ -126,8 +124,6 @@ ## # force show the main window... ## $$ IMAGEGRID_FORCE_SHOW=1 make run ## -## -## # # #---------------------------------------------------------------------- diff --git a/Viewer/doc/MAKE b/Viewer/doc/MAKE index e1f792b2..a5b83f98 100644 --- a/Viewer/doc/MAKE +++ b/Viewer/doc/MAKE @@ -1,5 +1,6 @@ -ImageGrid.Viewer Makefile... +ImageGrid.Viewer Makefile + To check for buld/development dependencies that make can't install itself: $ make check @@ -46,8 +47,6 @@ Variables to help with troubleshooting: NOTE: when setting variables avoid using spaces and other characters make can get fussy about... -NOTE: to do a repack build call: - (export BUILD_MODE=repack && make) NOTE: cross compilation is at this time not supported, if you try it and it works then 1) you got very lucky and 2) tell me about it =) ...at least the node native packages (sharp) will likely either @@ -76,7 +75,7 @@ Examples: # build in repack mode... $ BUILD_MODE=repack make dist - # build for darwin... (EXPERIMENTAL) + # build for darwin/macOS... (EXPERIMENTAL) $ TARGET_OS=darwin make clean dist # run with Devtools started... @@ -86,8 +85,6 @@ Examples: $ IMAGEGRID_FORCE_SHOW=1 make run - - Help and info: help: Print make target help and exit version: Print version and exit