Print this page
OS-2552 add node-lockfd (v0.0.2) to platform
OS-2558 smartos-live should run tools from proto.strap, not proto

Split Close
Expand all
Collapse all
          --- old/./Makefile
          +++ new/./Makefile
↓ open down ↓ 171 lines elided ↑ open up ↑
 172  172          (cd $(ROOT)/projects/illumos-extra && \
 173  173              gmake STRAP=strap DESTDIR=$(STRAP_PROTO) install_strap)
 174  174          (cd $(STRAP_PROTO) && gtar xzf $(ADJUNCT_TARBALL))
 175  175          touch $@
 176  176  
 177  177  1-extra-stamp: 0-illumos-stamp
 178  178          (cd $(ROOT)/projects/illumos-extra && \
 179  179              gmake DESTDIR=$(PROTO) install)
 180  180          touch $@
 181  181  
 182      -0-livesrc-stamp: src/bootparams.c
      182 +0-livesrc-stamp: src/bootparams.c 0-illumos-stamp 0-extra-stamp
 183  183          (cd $(ROOT)/src && \
 184      -            gmake DESTDIR=$(PROTO) && \
 185      -            gmake DESTDIR=$(PROTO) install)
      184 +            gmake NATIVEDIR=$(STRAP_PROTO) DESTDIR=$(PROTO) && \
      185 +            gmake NATIVEDIR=$(STRAP_PROTO) DESTDIR=$(PROTO) install)
 186  186          touch $@
 187  187  
 188  188  0-man-stamp:
 189  189          (cd $(ROOT)/man/src && gmake clean && gmake)
 190  190          touch $@
 191  191  
 192  192  0-tools-stamp: 0-builder-stamp 0-pwgen-stamp tools/cryptpass
 193  193          (cp ${ROOT}/tools/cryptpass $(PROTO)/usr/lib)
 194  194          touch $@
 195  195  
↓ open down ↓ 42 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX