Date: Fri, 1 May 1998 02:51:32 -0700 (PDT) From: Andreas Klemm <andreas@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/dc Makefile config.h Message-ID: <199805010951.CAA18312@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
andreas 1998/05/01 02:51:32 PDT
Modified files:
gnu/usr.bin/dc Makefile config.h
Log:
Style:
- Makefiles shouldn't have copyrights.
- $Id$ should be preceded by a tab.
- Don't include ../Makefile.inc when it is not used explicitly.
- Use the normal amount of horizontal and vertical whitspace (1 tab/none).
- Don't override the (correct) default for MAN1.
- Use the correct order for -I paths.
- Don't use += to initialize SUBDIR.
- use the config.h generated by `configure' and don't use a huge
CFLAGS statement.
I think the other Makefiles under src/gnu needs some polishing as well ;-)
Thanks to Bruce, everythig looks smarter now.
Obtained from: Bruce Evans <bde@zeta.org.au>
Revision Changes Path
1.8 +8 -19 src/gnu/usr.bin/dc/Makefile
1.2 +68 -4 src/gnu/usr.bin/dc/config.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805010951.CAA18312>
