sbsv2/raptor/util/Makefile
branchwip
changeset 8 34d87ffcc373
parent 3 e1eecf4d390d
child 9 b211d87c390a
equal deleted inserted replaced
7:f9fd2a994239 8:34d87ffcc373
    14 # Description:
    14 # Description:
    15 ##
    15 ##
    16 
    16 
    17 
    17 
    18 SHELL:=bash
    18 SHELL:=bash
       
    19 
       
    20 
       
    21 SBS_HOME=$(abspath $(dir $(word 1,$(MAKEFILE_LIST)))/..)
       
    22 export SBS_HOME
       
    23 
       
    24 $(info SBS_HOME=$(SBS_HOME))
       
    25 
    19 
    26 
    20 .PHONY:: all
    27 .PHONY:: all
    21 all::
    28 all::
    22 
    29 
    23 include utilbuild.mk # need general settings e.g. INSTALLROOT
    30 include utilbuild.mk # need general settings e.g. INSTALLROOT