[oi-dev] Changes to packaging?
stes@PANDORA.BE
stes at telenet.be
Sat May 15 09:04:44 UTC 2021
I am not sure whether this answers your question, but if you read the make-rules/configure.mk there is code in it like
ifeq ($(strip $(PREFERRED_BITS)),64)
CONFIGURE_BINDIR.32 = $(CONFIGURE_PREFIX)/bin/$(MACH32)
CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
The pkg5 file can be created with
gmake update-metadata
defined in
depend.mk:update-metadata:
and automatically done if you gmake publish:
ips.mk:publish: pre-publish update-metadata $(PUBLISH_STAMP)
I do not know on the other hand why the metadata has to be there ...
David Stes
----- Op 14 mei 2021 om 23:21 schreef Jason Martin agrellum at gmail.com:
> I have not done any of this in a few years.
>
> When I use default configure.mk and do 64 bit binary, should binary go
> in /usr/bin?
>
> Has everything moved to 64 bit except libs?
>
> What is the pkg5 file and how to generate.
>
>
>
>
>
> _______________________________________________
> oi-dev mailing list
> oi-dev at openindiana.org
> https://openindiana.org/mailman/listinfo/oi-dev
More information about the oi-dev
mailing list