help-make
[Top][All Lists]
Advanced

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

Why does one work ant the other doesn't $(foreach


From: PATTON, BILLY \(SBCSI\)
Subject: Why does one work ant the other doesn't $(foreach
Date: Mon, 27 Mar 2006 16:01:41 -0600

Why do the 2 following loops, that are identical, except for the break
in the lines, does the first work and the second fail

$(foreach proj,$(filter-out ldb,$(PROJECTS))\
        ,$(foreach bb,$(BB$(sep)$(proj))\
                ,$(foreach topic,$(TOPIC$(sep)$(proj)$(sep)$(bb)) \
                        ,$(warning $(call clean_proj_bb_topic_target\
                                        ,$(call merge,$(sep),clean
${proj} $(bb) $(topic))\
                                        ,$(proj),$(bb),$(topic))))))

$(foreach proj\
        ,$(filter-out ldb,$(PROJECTS))\
      ,$(foreach bb\
        ,$(BB$(sep)$(proj))\
            ,$(foreach topic\
                        ,$(TOPIC$(sep)$(proj)$(sep)$(bb)) \
                  ,$(warning $(call clean_proj_bb_topic_target\
                                        ,$(call merge,$(sep),clean
${proj} $(bb) $(topic))\
                                        ,$(proj),$(bb),$(topic))))))




reply via email to

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