Skip to content

Commit 46eeedc

Browse files
committed
Fixed postBuild
1 parent 77401b0 commit 46eeedc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lab6_Solution/app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; ${_/_}postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; chmod +x postBuild$(ShExtension) &amp;&amp; .$(_/_)postBuild$(ShExtension) $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} </makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

Lab7_Solution/app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; ${_/_}postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; combineAppAndBootloaderHex.bat </makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; chmod +x postBuild$(ShExtension) &amp;&amp; .$(_/_)postBuild$(ShExtension) $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; combineAppAndBootloaderHex.bat </makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

Lab9_Solution/iot_app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; ${_/_}postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; chmod +x postBuild$(ShExtension) &amp;&amp; .$(_/_)postBuild$(ShExtension) $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} </makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

0 commit comments

Comments
 (0)