equal
deleted
inserted
replaced
167 $${incorporation} ; \ |
167 $${incorporation} ; \ |
168 done |
168 done |
169 |
169 |
170 publish: |
170 publish: |
171 $(PKGREPO) refresh -s $(PKG_REPO) |
171 $(PKGREPO) refresh -s $(PKG_REPO) |
|
172 # The package below is obsolete in S12, but cannot yet be removed from S11 |
|
173 # because runtime/python-26 has an optional dependency on it. |
|
174 ifeq ($(BUILD_TYPE),evaluation) |
|
175 ifeq ($(OS_VERSION),5.11) |
|
176 -$(PKGREPO) remove -s $(PKG_REPO) \ |
|
177 library/python/tkinter-26 |
|
178 $(PKGREPO) refresh -s $(PKG_REPO) |
|
179 endif |
|
180 endif |
172 # evaluation packages don't need to be incorporated |
181 # evaluation packages don't need to be incorporated |
173 ifneq ($(BUILD_TYPE), evaluation) |
182 ifneq ($(BUILD_TYPE), evaluation) |
174 $(MAKE) incorporation |
183 $(MAKE) incorporation |
175 endif |
184 endif |
176 # pkglint all of the published manifests in one batch. |
185 # pkglint all of the published manifests in one batch. |