bug-make
[Top][All Lists]
Advanced

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

[bug #58556] Make is confused by a target named ".o" and neither emptyin


From: Jörg Schilling
Subject: [bug #58556] Make is confused by a target named ".o" and neither emptying .SUFFIXES nor MAKEFLAGS=r can prevent this
Date: Tue, 3 Nov 2020 16:17:43 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0

Follow-up Comment #3, bug #58556 (project make):

printf 'MAKEFLAGS=r \n .SUFFIXES:' | make - .o 

is completely ineffective and

printf 'MAKEFLAGS=r \n .SUFFIXES:' | make -f - .o 

is ineffective because MAKEFLAGS=r is read after the internal makefile was
read.

BTW: it s bad practice to set MAKEFLAGS= as this is an internal variable that
is intended for make to communicate with it's sub-make calls.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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