bug-make
[Top][All Lists]
Advanced

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

[bug #62206] Fix % substitution in pattern rules.


From: Dmitry Goncharov
Subject: [bug #62206] Fix % substitution in pattern rules.
Date: Mon, 21 Mar 2022 11:32:00 -0400 (EDT)

Follow-up Comment #4, bug #62206 (project make):

Such a workaround with 2 rules could be something like

++++
.SECONDEXPANSION:
all: lib/hello.o hello.o
%.o: 3$$*.c; $(info $@ from $<)
lib/%.o: lib/3$$*.c; $(info $@ from $<)
----


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62206>

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.gnu.org/




reply via email to

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