diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-17 21:13:16 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-17 21:13:16 -0800 |
commit | 582e89a5af4be77d3cd300596ea7a46491689e51 (patch) | |
tree | f70fa8e24350d66dc6f8611689e0a83203d02c3e | |
parent | 59a9e9e002b1309a425be333a5e184233a1c1117 (diff) | |
parent | 860ac8d5fc8a1a6e011474926a6984139466a1e3 (diff) | |
download | crosstool-ng-582e89a5af4be77d3cd300596ea7a46491689e51.tar.gz crosstool-ng-582e89a5af4be77d3cd300596ea7a46491689e51.tar.bz2 crosstool-ng-582e89a5af4be77d3cd300596ea7a46491689e51.zip |
Merge pull request #269 from stilor/document-update-samples
Document {check,update}-samples targets.
-rw-r--r-- | samples/samples.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/samples.mk b/samples/samples.mk index d76a93fb..643e595d 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -29,6 +29,8 @@ help-samples:: @echo ' $${CT_PREFIX} (which you must set)' help-distrib:: + @echo ' check-samples - Verify if samples need updates due to Kconfig changes' + @echo ' update-samples - Regenerate sample configurations using the current Kconfig' @echo ' wiki-samples - Print a DokuWiki table of samples' help-env:: |