I need a "simple" buildsystem.

Muayyad AlSadi alsadi at gmail.com
Sun May 13 06:34:33 UTC 2018


Hi,
Here are my personal preference

One can use shell expanding and interpolation like

mkdir -p something/{abc,def,xyz}
for i in a123 a456 a789
do
echo ${i/a/}
done
find . -name '*.o' -delete

Don't make me read ruby!
If it can be made in simple makefile/bash
If you need ruby just to know its paths
You might use one line ruby -e



On Sun, May 13, 2018, 8:22 AM John Ramsden <ramsdenj at riseup.net> wrote:

> You should be able to do anything using the simple build system, from
> creating directories to running a ruby script.
>
> --
>   John Ramsden
>
> On Sat, May 12, 2018, at 9:23 PM, Lothar Scholz wrote:
> > Hello,
> >
> > I don't like autotools (and i would give up Linux before using them in
> > my project). Can i use the simple buildsystem to generate the unix
> > typical filesystem of "include/bin/lib/shared" directories and
> > populate them myself with my files using my very own ruby script?
> >
> > But your documentation mentions in the description of "build-commands"
> > that some make and install invocation is still done.  So what must my
> > build script produce? This MUST get better documented.
> >
> > And is there any documentation what is in the SDK? How do i inject
> > build tools like my latest version of the ruby interpreter into the
> > SDK as tool and not as part of the build result?
> >
> > I don't think SDK tool bundling is a good idea because there is just
> > too much. This could soon make the SDK become some kind of  'Linux
> > Developer Distribution' on it's own . Please only focus on the most
> > common include headers and shared libraries in the runtime and the
> > security restrictions.
> > _______________________________________________
> > Flatpak mailing list
> > Flatpak at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/flatpak
> _______________________________________________
> Flatpak mailing list
> Flatpak at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/flatpak
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/flatpak/attachments/20180513/08cffd58/attachment.html>


More information about the Flatpak mailing list