History log of /netbsd-src/bin/echo/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 27943b99 10-Oct-2021 rillig <rillig@NetBSD.org>

echo: clean up, increase WARNS to 6

Lint can handle __COPYRIGHT and __RCSID, so there is no need to hide
them anymore.

Use proper type 'bool' for nflag, ensure correct types via lint's strict
bool

echo: clean up, increase WARNS to 6

Lint can handle __COPYRIGHT and __RCSID, so there is no need to hide
them anymore.

Use proper type 'bool' for nflag, ensure correct types via lint's strict
bool mode.

Remove unnecessary call to exit(0); returning from main is equivalent
since C99.

No functional change.

show more ...


# 23edbe35 20-Jul-1997 christos <christos@NetBSD.org>

Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc
now that all /bin has been cleaned.


# 9062adba 20-Jul-1997 thorpej <thorpej@NetBSD.org>

Build with WARNS


# 49f0ad86 21-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS id conventions.


# 667b5ea1 22-Sep-1994 mycroft <mycroft@NetBSD.org>

Merge 4.4-Lite version.


# 1b9ce7ae 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 06be6008 23-Mar-1993 cgd <cgd@NetBSD.org>

changed "Id" to "Header" for rcsids


# 346aa5dd 22-Mar-1993 cgd <cgd@NetBSD.org>

added rcs ids to all files


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources