Skip to content

Commit

Permalink
Fix code using gmake2 to properly display warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclark2016 committed Jan 20, 2025
1 parent c7925c6 commit 4224464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gmake/_preload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
deprecatedaliases = {
["gmake2"] = {
["action"] = function()
p.warnOnce("gmake2 has been renamed to gmake. Use gmake to generate makefiles instead.")
p.warnOnce("gmake2-action-deprecate", "gmake2 has been renamed to gmake. Use gmake to generate makefiles instead.")
end,
["filter"] = function()
p.warnOnce("gmake2 has been renamed to gmake. Update your filters to use gmake instead.")
p.warnOnce("gmake2-filter-deprecate", "gmake2 has been renamed to gmake. Update your filters to use gmake instead.")
end
}
},
Expand Down

0 comments on commit 4224464

Please sign in to comment.