docs: add note about update script placeholder

This commit is contained in:
Tony Theodore 2012-12-06 00:32:54 +11:00
parent 7081702736
commit 2c1d79f97d
1 changed files with 5 additions and 1 deletions

View File

@ -2200,7 +2200,11 @@ https://...</pre>
<p>
You could also try to provide a <code>$(PKG)_UPDATE</code> section.
However, that requires some experience and "feeling" for it.
So it is perfectly okay if you leave the <code>$(PKG)_UPDATE</code> section empty.
So it is perfectly okay if you leave a placeholder:
<pre>define $(PKG)_UPDATE
echo 'TODO: write update script for $(PKG).' >&2;
echo $($(PKG)_VERSION)
endef</pre>
We'll fill that in for you.
It's a funny exercise.
</p>