Calling GNU/make from a Python Script

skip at pobox.com skip at pobox.com
Mon Oct 30 13:54:35 EST 2006


    >> os.system("make -C %s" % build_dir)

    >> OP specified GNU make, so that works fine, but make sure you're not
    >> going to need to use it with another make before settling on that
    >> alternative.  Frederik's works with more versions of make.

Understood.  That was the only reason I suggested it.

Skip



More information about the Python-list mailing list