On 2/22/13 3:29 PM, Eric Sproul wrote: buildctl has rather bit-rotted-- we don't really use it much internally. Nevertheless, what buildctl expects for names is the package FMRI, e.g. "developer/build/autoconf", because it has scraped those from the PKG variable in each build.sh file. So what you might do is 'for i in $(./buildctl list) ; do ./buildctl $i ; done'Eric OK, we're getting closer: kent@compiler:/home/kent/omnios-build/build$ for i in $(./buildctl list | awk '{print $2}'); do This server's name makes it sound like its internal... - if so, is there an external server with the packages on it? Or I give up now and try to compile illumos using these instructions instead? Thanks, Kent |
_______________________________________________ OmniOS-discuss mailing list OmniOS-discuss@lists.omniti.com http://lists.omniti.com/mailman/listinfo/omnios-discuss