mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 09:35:54 +02:00
Multiple variables are redundantly defined both for a project and for the multiple-projects toplevel directory. Add a place to maintain them centrally, and add PGIT_SH as a first variable. Signed-off-by: Jan Lindemann <jan@janware.com>
5 lines
284 B
Makefile
5 lines
284 B
Makefile
# This file contains definitions useful to both Makefiles inside a project, and
|
|
# the Makefile inside the toplevel directory containing multiple projects (see
|
|
# projects-dir-minimal.mk / projects-dir.mk for details)
|
|
|
|
PGIT_SH = /bin/bash $(JWB_SCRIPT_DIR)/pgit.sh
|