??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
 Udac@`sddlmZmZmZeZidd6dgd6dd6ZdZd Zd Z dd l m Z dd l m Z ed ZdZdZedkrendS(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bys --- module: make short_description: Run targets in a Makefile requirements: - make version_added: "2.1" author: Linus Unnebäck (@LinusU) description: - Run targets in a Makefile. options: target: description: - The target to run. - Typically this would be something like C(install),C(test) or C(all)." type: str params: description: - Any extra parameters to pass to make. type: dict chdir: description: - Change to this directory before running make. type: path required: true file: description: - Use a custom Makefile. type: path version_added: '2.5' s - name: Build the default target make: chdir: /home/ubuntu/cool-project - name: Run 'install' target as root make: chdir: /home/ubuntu/cool-project target: install become: yes - name: Build 'all' target with extra arguments make: chdir: /home/ubuntu/cool-project target: all params: NUM_THREADS: 4 BACKEND: lapack - name: Build 'all' target with a custom Makefile make: chdir: /home/ubuntu/cool-project target: all file: /some-project/Makefile s# (t iteritems(t AnsibleModulecC`sD|j|d|d|jd\}}}|t|t|fS(s Run a command using the module, return the result code and std{err,out} content. :param command: list of command arguments :param module: Ansible make module instance :return: return code, stdout content, stderr content tcheck_rctcwdtchdir(t run_commandtparamstsanitize_output(tcommandtmoduleR trctoutterr((s?/usr/lib/python2.7/site-packages/ansible/modules/system/make.pyR Ns +cC`s!|dkrdS|jdSdS(s Sanitize the output string before we pass it to module.fail_json. Defaults the string to empty if it is None, else strips trailing newlines. :param output: output to sanitize :return: sanitized output ts N(tNonetrstrip(toutput((s?/usr/lib/python2.7/site-packages/ansible/modules/system/make.pyR[s c C`stdtdtdddtdddtddd td tddd t}|jd d t}|s|jd d t}n|jd}|jddk rgt|jdD] \}}|dt|^q}ng}|jd dk r|d|jd |g}n ||g}|j |t |dg|dt\}}} |j ru|dk} n9|dkrt} n$t ||dt\}}} t} |j d| dtd|d| d|jdd|jdd|jdd |jd dS(Nt argument_specttargetttypetstrRtdictR tpathtrequiredtfiletsupports_check_modetgmaketmaket=s--files --questionR itchangedtfailedtstdouttstderr( R RtTruet get_bin_pathtFalseRRRRtextendR t check_modet exit_json( Rt make_patht make_targettktvtmake_parameterst base_commandRRRR%((s?/usr/lib/python2.7/site-packages/ansible/modules/system/make.pytmainksF  =  %        t__main__N(t __future__RRRRt __metaclass__tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLEStRETURNtansible.module_utils.sixRtansible.module_utils.basicR R)R RR5t__name__(((s?/usr/lib/python2.7/site-packages/ansible/modules/system/make.pyts     >