main shinobi / tests / mk / gnu / features / targetvars / t031 / mk
1
2hello=sun
3all: base exp
4base exp: ; @echo hello=$$hello
5exp: unexport hello=world