make-rules/shared-macros.mk
changeset 70 c610cf9d3d5d
parent 64 a4b12971cf99
child 72 4c33a310f793
equal deleted inserted replaced
69:e25d8641f0c5 70:c610cf9d3d5d
    48 WS_REPO =	$(WS_TOP)/repo
    48 WS_REPO =	$(WS_TOP)/repo
    49 WS_TOOLS =	$(WS_TOP)/tools
    49 WS_TOOLS =	$(WS_TOP)/tools
    50 WS_MAKE_RULES =	$(WS_TOP)/make-rules
    50 WS_MAKE_RULES =	$(WS_TOP)/make-rules
    51 WS_COMPONENTS =	$(WS_TOP)/components
    51 WS_COMPONENTS =	$(WS_TOP)/components
    52 WS_INCORPORATIONS =	$(WS_TOP)/incorporations
    52 WS_INCORPORATIONS =	$(WS_TOP)/incorporations
    53 WS_LINT_CACHE =	$(WS_TOP)/cache
    53 WS_LINT_CACHE =	$(WS_TOP)/pkglint-cache
    54 
    54 
    55 BASS_O_MATIC =	$(WS_TOOLS)/bass-o-matic
    55 BASS_O_MATIC =	$(WS_TOOLS)/bass-o-matic
    56 
    56 
    57 PKG_REPO =	file:$(WS_REPO)
    57 PKG_REPO =	file:$(WS_REPO)
    58 
    58 
   168 GMAKE =		/usr/gnu/bin/make
   168 GMAKE =		/usr/gnu/bin/make
   169 GPATCH =	/usr/gnu/bin/patch
   169 GPATCH =	/usr/gnu/bin/patch
   170 GPATCH_FLAGS =	-p1 -b
   170 GPATCH_FLAGS =	-p1 -b
   171 
   171 
   172 PKGSEND =	/usr/bin/pkgsend
   172 PKGSEND =	/usr/bin/pkgsend
       
   173 PKGLINT =	/usr/bin/pkglint
   173 
   174 
   174 TOUCH =		/usr/bin/touch
   175 TOUCH =		/usr/bin/touch
   175 MKDIR =		/bin/mkdir -p
   176 MKDIR =		/bin/mkdir -p
   176 RM =		/bin/rm -f
   177 RM =		/bin/rm -f
   177 CP =		/bin/cp -f
   178 CP =		/bin/cp -f