Lines Matching full:n

39     rtconfig.write('#ifndef RT_CONFIG_H__\n')
40 rtconfig.write('#define RT_CONFIG_H__\n\n')
45 line = line.lstrip(' ').replace('\n', '').replace('\r', '')
54 rtconfig.write('\n')
62 rtconfig.write('/*%s */\n' % line)
76 rtconfig.write('#define %s\n' % setting[0])
78 rtconfig.write('#define %s %s\n' % (setting[0], setting[1]))
81 rtconfig.write('#include "rtconfig_project.h"\n')
83 rtconfig.write('\n')
84 rtconfig.write('#endif\n')
107 print("**********************************************************************************\n"
108 "* Help infomation:\n"
109 "* Git tool install step.\n"
110 "* If your system is linux, you can use command below to install git.\n"
111 "* $ sudo yum install git\n"
112 "* $ sudo apt-get install git\n"
113 "* If your system is windows, you should download git software(msysGit).\n"
114 "* Download path: http://git-scm.com/download/win\n"
115 "* After you install it, be sure to add the git command execution PATH \n"
116 "* to your system PATH.\n"
117 "* Usually, git command PATH is $YOUR_INSTALL_DIR\\Git\\bin\n"
118 "* If your system is OSX, please download git and install it.\n"
119 "* Download path: http://git-scm.com/download/mac\n"
120 "**********************************************************************************\n")
142 … print("********************************************************************************\n"
143 "* Warnning:\n"
144 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\".\n"
145 … "* This error may have been caused by not found a git tool or network error.\n"
146 "* If the git tool is not installed, install the git tool first.\n"
147 … "* If the git utility is installed, check whether the git command is added to \n"
148 "* the system PATH.\n"
149 "* This error may cause the RT-Thread packages to not work properly.\n"
150 … "********************************************************************************\n")
157 … print("**********************************************************************************\n"
158 "* Warnning:\n"
159 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\". \n"
160 "* This error may have been caused by not found a git tool or git tool not in \n"
161 "* the system PATH. \n"
162 "* This error may cause the RT-Thread packages to not work properly. \n"
163 … "**********************************************************************************\n")
171 … print("********************************************************************************\n"
172 "* Warnning:\n"
173 … "* Run command error for \"git clone https://github.com/RT-Thread/env.git\".\n"
174 … "* This error may have been caused by not found a git tool or network error.\n"
175 "* If the git tool is not installed, install the git tool first.\n"
176 "* If the git utility is installed, check whether the git command is added \n"
177 "* to the system PATH.\n"
178 "* This error may cause script tools to fail to work properly.\n"
179 … "********************************************************************************\n")
182 … print("********************************************************************************\n"
183 "* Warnning:\n"
184 "* Run command error for \"git clone https://github.com/RT-Thread/env.git\". \n"
185 "* This error may have been caused by not found a git tool or git tool not in \n"
186 "* the system PATH. \n"
187 "* This error may cause script tools to fail to work properly. \n"
188 … "********************************************************************************\n")