help-make
[Top][All Lists]
Advanced

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

Re: static-pattern local variables?


From: Paul Smith
Subject: Re: static-pattern local variables?
Date: Sat, 08 Jan 2022 22:24:31 -0500
User-agent: Evolution 3.36.5-0ubuntu1

On Sat, 2022-01-08 at 14:00 -0900, Britton Kerin wrote:
> $(BBS): %.bb: SHELL = /usr/bin/perl
> $(BBS): %.bb: .SHELLFLAGS = -w -E

How is this different from just:

  $(BBS): SHELL = /usr/bin/perl
  $(BBS): .SHELLFLAGS = -w -E

?




reply via email to

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