Y
Hacker News
new
|
ask
|
show
|
jobs
by
jschwartzi
2698 days ago
There's no such thing as an undefined variable in Make. The variable expands to text. Variables which are not defined by definition expand to no text.
1 comments
dewhelmed
2695 days ago
My bad, I felt like I've seen that error pop up before in my Makefiles, but I should have double-checked before commenting.
link