1*0cd9f4ecSchristos# #-- 00-lint.test --# 2*0cd9f4ecSchristos# source the master var file when it's there 3*0cd9f4ecSchristos[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master 4*0cd9f4ecSchristos# use .tpkg.var.test for in test variable passing 5*0cd9f4ecSchristos[ -f .tpkg.var.test ] && source .tpkg.var.test 6*0cd9f4ecSchristos. ../common.sh 7*0cd9f4ecSchristosPRE="../.." 8*0cd9f4ecSchristosget_make 9*0cd9f4ecSchristos 10*0cd9f4ecSchristos(cd $PRE ; $MAKE lint) 11*0cd9f4ecSchristos 12