Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/pmake: force argv[0]=${0} in the pmake wrapper | Yann E. MORIN | 2013-05-30 | 1 | -1/+1 |
| | | | | | | | | This forces bmake to call the wrapper, not itself. Also, use consistent "${0/*}" instead of "${0/pmake}". Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/pmake: add host pmake | Yann E. MORIN | 2013-05-12 | 1 | -0/+47 |
pmake is the make command used by the BSD. It will used to build BSD-related packages, coming later. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |