bug-make
[Top][All Lists]
Advanced

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

[bug #63510] Confusing "update target 'foo' due to: target does not exis


From: Dmitry Goncharov
Subject: [bug #63510] Confusing "update target 'foo' due to: target does not exist" message
Date: Sun, 11 Dec 2022 23:32:46 -0500 (EST)

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

Here is a test case

++++
$ ls hello
hello
$ cat makefile2 
.PHONY: hello
hello:; touch $@
$ make -f makefile2 --trace
makefile2:2: update target 'hello' due to: target does not exist
touch hello
----


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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