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

Re: debian/rules and "git rev-list" in a subshell - Automatically retrieve upstream GIT repository using ISO date to package source tarball



* Danai SAE-HAN (韓達耐) <danai@debian.org> [101106 16:57]:
> I'll avoid the $(shell ...) altogether and use the backticks (even
> though I prefer the $() syntax in my regular, non-Makefile shell
> scripts). =)

You can also use $(...), just don't forget to escape the $ with another
one. i.e. need $$(...) in make then.

	Bernhard R. Link


Reply to: