Print this page
re #13553 rb4471 add ipkg brand scripts
*** 18,27 ****
--- 18,28 ----
#
# CDDL HEADER END
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
#
# lib/brand/Makefile
#
# include global definitions
include ../../Makefile.master
*** 29,39 ****
#
# Build everything in parallel; use .WAIT for dependencies
.PARALLEL:
SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS)
! MSGSUBDIRS= solaris10 shared $($(MACH)_MSGSUBDIRS)
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
--- 30,40 ----
#
# Build everything in parallel; use .WAIT for dependencies
.PARALLEL:
SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS)
! MSGSUBDIRS= solaris10 ipkg shared $($(MACH)_MSGSUBDIRS)
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber