Project

General

Profile

« Previous | Next » 

Revision 10060

bin/make: use .rel to do relative includes

View differences:

make
3 3
# usage: bin/make target...
4 4

  
5 5
. "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"/../lib/sh/util.sh
6
. "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"/../lib/sh/make.sh
7
PATH_add= . "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"/../lib/sh/local.sh
6
.rel ../lib/sh/make.sh
7
PATH_add= .rel ../lib/sh/local.sh
8 8

  
9 9
nonrecursive=1
10 10
cmd_name_log_inc=1 # don't print make cmd by default

Also available in: Unified diff