]> granicus.if.org Git - python/commit
Added 'expand_makefile_vars()' to (duh) expand make-style variables
authorGreg Ward <gward@python.net>
Sun, 17 Sep 2000 00:53:02 +0000 (00:53 +0000)
committerGreg Ward <gward@python.net>
Sun, 17 Sep 2000 00:53:02 +0000 (00:53 +0000)
commitd283ce73641c59013ddcfd29064181dd2c96bfcb
tree92be4971603f1e9501e4024267d790171ba799ce
parent41ed12ffe9de3ddf387641d384a63edf95bfa322
Added 'expand_makefile_vars()' to (duh) expand make-style variables
  in a string (gives you something to do with the dictionary returned
  by 'parse_makefile()').
Pulled the regexes in 'parse_makefile()' out -- they're now globals,
  as 'expand_makefile_vars()' needs (two of) them.
Cosmetic tweaks to 'parse_makefile()'.
Lib/distutils/sysconfig.py