Home
last modified time | relevance | path

Searched refs:distcheck_top_dir (Results 1 – 1 of 1) sorted by relevance

/external/jsoncpp/
Dmakerelease.py146 def check_compile( distcheck_top_dir, platform ): argument
149 log_path = os.path.join( distcheck_top_dir, 'build-%s.log' % platform )
155 cwd=distcheck_top_dir )
336 distcheck_top_dir = distcheck_dir + '/' + source_dir
343 print 'Decompressing scons-local to', distcheck_top_dir
344 tarball.decompress( scons_local_path, distcheck_top_dir )
351 build_status, log_path = check_compile( distcheck_top_dir, platform )