I have question:
CONSOLIDATION_OPTIONS_136 = \
$(OSNET_CONSOLIDATION_OPTIONS)
CONSOLIDATION_OPTIONS_137 = $(CONSOLIDATION_OPTIONS_136)
CONSOLIDATION_OPTIONS_138 = $(CONSOLIDATION_OPTIONS_136)
CONSOLIDATION_OPTIONS_139 = $(CONSOLIDATION_OPTIONS_136)
CONSOLIDATION_OPTIONS_140 = $(CONSOLIDATION_OPTIONS_136)
CONSOLIDATION_OPTIONS_141 = $(CONSOLIDATION_OPTIONS_136)
CONSOLIDATION_OPTIONS_142 = $(CONSOLIDATION_OPTIONS_136)
CONSOLIDATION_OPTIONS_143 = \
$(OSNET_CONSOLIDATION_OPTIONS) \
$(INSTALL_CONSOLIDATION_OPTIONS)
CONSOLIDATION_OPTIONS = $(CONSOLIDATION_OPTIONS_$(BUILDID))
Why wouldn't the options for 143 be the same as for 142 + INSTALL:
CONSOLIDATION_OPTIONS_143 = \
$(CONSOLIDATION_OPTIONS_136) $(INSTALL_CONSOLIDATION_OPTIONS)
Then for the next build, 144 would be:
CONSOLIDATION_OPTIONS_143 = $(CONSOLIDATION_OPTIONS_142)
-- Alan
On 07/ 2/10 07:07 AM, [email protected] wrote:
These changes look fine. Are the (apparent gratuitous) changes
in .../src/util/publish/Makefile to remove spurious whitespace?
Yes, there was a bit of cleanup there besides the INSTALL_REPO
addition.
Thanks for the review.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss