MCPcopy Create free account
hub / github.com/Tencent/phxsql / CreateMySQL

Function CreateMySQL

tools/create_makefile.py:214–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 makefile.write("\trm -rf *.o %s *pb.* " % ' '.join(clean_dir));
213
214def CreateMySQL():
215 print "create mysql"
216 percona_path=base_path+"/percona";
217 makefile.write( ".PHONY:mysql\n" );
218 makefile.write( "mysql:\n" );
219 makefile.write("\tmake -C percona;\n");
220 makefile.write("\tif [ $$? != 0 ]; then exit 1; fi; \\\n");
221
222
223def Process(path, library_list, elibrary_list, binary_list):

Callers 1

CreateMakeFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected