I'm trying to sub string on items for same variable
list := a.c b.c c.d.sh d.d.sh

$(warning $($($(list):.c=.o):.sh=))
.PHONY : all

all :

I need the .c changed to .o and the .sh changed to nothing


_______________________________________________
Help-make mailing list
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make
  • substr PATTON, BILLY \(SBCSI\)

Reply via email to