On 2/19/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > Hi all goboers. > > I'm planning to make a script that could be added to Scripts package > named MakeMake. > > This script should make a Makefile file, based on the input. I think > this could be util in many cases: > * Recipes that come with an alone script (for example AsciiDoc recipe), > adding a new tag to recipe format will make more declarative the > installation for this recipes. > * This will let compile recipes against some many lib versions. For > example, when building lua libraries and the user has installed lua4 > and lua5, you could tell Compile to make the lib againts both lua > versions (this could be done to be something generic for all recipes).
Could you please provide an example on how you're planning to do that? I didn't understand exacly how the script is going to create the Makefile, as it's highly dependent on how the build scripts are written (if any). > At the moment i have some similar to make the lua libs, it's a script > wrote in awk. > What language should be used to make this script (sh, awk ...)? Most scripts we have are written in sh. There are some written in python, and one or two in Ruby, while awk is usually just used inside sh scripts. I'd go for sh, as it's a more common 'language' among everyone. -- Lucas powered by /dev/dsp _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel