autoconf
[Top][All Lists]
Advanced

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

Makefiles guidance


From: Anmol Mishra
Subject: Makefiles guidance
Date: Fri, 15 Jun 2018 00:34:22 +0530

https://pastebin.com/gDiMCEpC

https://github.com/Shopify/pyoozie/blob/master/Makefile

What actually is my_cmd.python.2 and my_cmd.python.3 really do.
In these, What actually is happening in these lines?

   1. python_version_full := $(wordlist 2,4,$(subst ., ,$(shell python
   --version 2>&1)))
   2. python_version_major := $(word 1,${python_version_full}


reply via email to

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