mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
When dumping version, also print some /legal/ blah-blah:
- copyright notice, - one-liner boilerplate about free software, - disclaimer about waranty, merchantability, fitness... /trunk/ct-ng.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
This commit is contained in:
parent
547eae7750
commit
356d3677d5
5
ct-ng.in
5
ct-ng.in
@ -113,6 +113,11 @@ tarball:
|
||||
PHONY += version
|
||||
version:
|
||||
@echo 'This is crosstool-NG version $(CT_VERSION)'
|
||||
@echo
|
||||
@echo 'Copyright (C) 2008 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>'
|
||||
@echo 'This is free software; see the source for copying conditions.'
|
||||
@echo 'There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A'
|
||||
@echo 'PARTICULAR PURPOSE.'
|
||||
|
||||
PHONY += clean
|
||||
clean::
|
||||
|
Loading…
Reference in New Issue
Block a user