Is there a way to do the following:

target1 :
   rule1

target2 :
   execute target1


target2: target1


I'm sorry - what I meant to say was:

var1=whatever

target1:
  rule1 var1

target2:
  var1=something_new
  target1



_______________________________________________
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to