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
*** 177,190 ****
1-extra-stamp: 0-illumos-stamp
(cd $(ROOT)/projects/illumos-extra && \
gmake DESTDIR=$(PROTO) install)
touch $@
! 0-livesrc-stamp: src/bootparams.c
(cd $(ROOT)/src && \
! gmake DESTDIR=$(PROTO) && \
! gmake DESTDIR=$(PROTO) install)
touch $@
0-man-stamp:
(cd $(ROOT)/man/src && gmake clean && gmake)
touch $@
--- 177,190 ----
1-extra-stamp: 0-illumos-stamp
(cd $(ROOT)/projects/illumos-extra && \
gmake DESTDIR=$(PROTO) install)
touch $@
! 0-livesrc-stamp: src/bootparams.c 0-illumos-stamp 0-extra-stamp
(cd $(ROOT)/src && \
! gmake NATIVEDIR=$(STRAP_PROTO) DESTDIR=$(PROTO) && \
! gmake NATIVEDIR=$(STRAP_PROTO) DESTDIR=$(PROTO) install)
touch $@
0-man-stamp:
(cd $(ROOT)/man/src && gmake clean && gmake)
touch $@