bug-make
[Top][All Lists]
Advanced

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

[bug #46400] *** missing separator, when expanding empty define'd variab


From: Brian Vandenberg
Subject: [bug #46400] *** missing separator, when expanding empty define'd variable
Date: Wed, 02 Dec 2015 01:04:12 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #1, bug #46400 (project make):

This happens with macros as well:

make_target = $(call ${0}_,$(strip ${1}),$(strip ${2}))

define make_target_ =
$(eval ${1}.cc := $(wildcard *.cc))
$(eval ${1}.o  := ${${1}.cc:%.cc=%.o})
$(eval ${1} : ${${1}.o})
endef

# this will cause the same "missing separator" error
$(call make_target, my_thing)


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46400>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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