Donate Share

GNU Make Standard Library

Code

License: BSD License

Repositories

browse code, statistics cvs -d:pserver:anonymous@gmsl.cvs.sourceforge.net:/cvsroot/gmsl login

cvs -z3 -d:pserver:anonymous@gmsl.cvs.sourceforge.net:/cvsroot/gmsl co -P modulename

Show:

What's happening?

  • please add sequence generator

    Hi John, gmsl is a nice thing. :-) Thanks. What about adding a sequence function (doing something similar to /usr/bin/seq) to gmsl? ("seq" is already used for string equal, so I use "sequence") e.g. $(call sequence,3,5) should return "3 4 5" (like $(shell seq 3 5)) so you can do for-loops and similar stuff: $foreach i,$(call sequence,$(first),$(last)),do something with $i) from...

    2009-10-10 19:57:26 UTC by anbe

Our Numbers