[oi-dev] Want /opt/onbld/env/oi-hipster.sh
Gordon Ross
gordon.w.ross at gmail.com
Sat Jul 9 19:02:53 UTC 2022
A suggestion: I (and maybe others) would find it helpful if something
in the "build-essential" package (maybe developer/build/onbld?) would
deliver the file named in the subject, ready to go for developer use.
I was thinking to let oi-userland do this with something like:
diff ... components/openindiana/illumos-gate/Makefile
--- components/openindiana/illumos-gate/Makefile~ Sat Jul 9 14:32:14 2022
+++ components/openindiana/illumos-gate/Makefile Sat Jul 9 14:53:54 2022
@@ -111,8 +113,8 @@
echo export ONNV_BUILDNUM=$(ONNV_BUILDNUM); \
echo export PKGVERS_BRANCH=$(ONNV_BUILDNUM); \
echo export BOOTBANNER1=\"$(DISTRIBUTION_NAME)
$(DISTRIBUTION_VERSION) Version ^v ^w-bit\") > \
- illumos.sh && \
- time $(ENV) -i ./usr/src/tools/scripts/nightly illumos.sh
+ oi-hipster.sh && \
+ time $(ENV) -i ./usr/src/tools/scripts/nightly oi-hipster.sh
$(TOUCH) $@
but I'm not sure what might be an easy way to get the oi-hipser.sh
file packaged.
Maybe drop it in the overlay somehow?
I hope someone more familiar with this stuff can suggest an easy way.
Thanks
More information about the oi-dev
mailing list