Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:guide-developer:helloworld:chapter6 [2018/12/05 04:45] – [Testing the makefile using native tools] Explained 'nothing to be done' response. gthdocs:guide-developer:helloworld:chapter6 [2018/12/05 04:52] (current) – [Modifying the package manifest, and testing the build] gth
Line 101: Line 101:
 ===== Modifying the package manifest, and testing the build ===== ===== Modifying the package manifest, and testing the build =====
  
-Now that our makefile is created and tested, we can integrated into the package manifest. To do so, we modify the build instructions in the package manifest to contain the necessary instructions. This file is located in ''/home/buildbot/mypackages/examples/helloworld/'' directory.+Now that our package'makefile is created and tested, we can integrate it into the package manifest. To do so, we modify the build instructions in the package manifest to contain the necessary instructions. This file is located in ''/home/buildbot/mypackages/examples/helloworld/'' directory.  Open this particular ''Makefile'' in your preferred editor.
  
 When migrating to use the GNU make tool, you might not need to use hard tabs anymore. However, I find it good practise to use a hard tab at the start of each command row. When using the multi-line separator '\', the adjacent lines do not need hard tabs. When migrating to use the GNU make tool, you might not need to use hard tabs anymore. However, I find it good practise to use a hard tab at the start of each command row. When using the multi-line separator '\', the adjacent lines do not need hard tabs.
  • Last modified: 2018/12/05 04:45
  • by gth