Moved solarispkg target to the end of the file.

git-svn-id: svn://10.0.0.236/trunk@131031 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kirk.erickson%sun.com
2002-10-02 23:42:40 +00:00
parent f88b26a00e
commit 73d7803404

View File

@@ -110,13 +110,6 @@ endif
# is mistaken as a command-line option. If that is the case,
# we use a relative pathname as NSPR's prefix on Windows.
ifeq ($(OS_ARCH),SunOS)
solarispkg:
@echo Making Solaris packages.
$(MAKE) -C pkg/solaris publish
endif
#
USEABSPATH="YES"
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
ifeq (,$(findstring :,$(shell pwd)))
@@ -169,3 +162,9 @@ endif
endif
nss_RelEng_bld: build_coreconf import all
ifeq ($(OS_ARCH),SunOS)
solarispkg:
@echo Making Solaris packages.
$(MAKE) -C pkg/solaris publish
endif