help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

variable number of arguments to functions


From: Noel Yap
Subject: variable number of arguments to functions
Date: Sun, 09 Nov 2003 14:53:41 -0500

Is there a way for me to write a function that has no maximum number of 
arguments?  For example, I'd like to be able to do:

  $(call exec-commands,echo bar, ls foo)
  $(call exec-commands,echo another, ls this, ls that)
  $(call exec-commands,echo one more, ls aoeu, ls ueoa, ls snth)

and so on.

Thanks,
Noel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]