summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-19 00:51:49 +0000
committereivind <eivind@FreeBSD.org>1998-02-19 00:51:49 +0000
commitab0c84a1916478e2907f46c0becd23c512be156a (patch)
tree56c0abfadd348d5cbc7ea1be06bf92d6ade8aa59 /usr.sbin/config/mkmakefile.c
parentd2daf125eea75b99778c7fe3c61b3f121f07b493 (diff)
downloadFreeBSD-src-ab0c84a1916478e2907f46c0becd23c512be156a.zip
FreeBSD-src-ab0c84a1916478e2907f46c0becd23c512be156a.tar.gz
Style police service brought to you by: bde
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
-rw-r--r--usr.sbin/config/mkmakefile.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index 011602e..765bddb 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: mkmakefile.c,v 1.25 1998/02/09 23:59:51 eivind Exp $";
+ "$Id: mkmakefile.c,v 1.26 1998/02/18 04:15:04 eivind Exp $";
#endif /* not lint */
/*
@@ -262,12 +262,11 @@ makefile()
(void) fclose(ofp);
moveifchanged(path("Makefile.new"), path("Makefile"));
if (warn_make_clean) {
- printf("\nUnknown option%s used (not in ../../conf/options "
- "or ./options.%s)", (warn_make_clean > 1 ? "s" : ""),
- machinename);
+ printf("\nUnknown option%s used (not in ../../conf/options or ./options.%s)",
+ (warn_make_clean > 1 ? "s" : ""),
+ machinename);
if (old_config_present) {
- printf(" - it is\nVERY important that you do "
- "``make clean && make depend'' before recompiling!\n\n");
+ printf(" - it is\nVERY important that you do ``make clean && make depend'' before recompiling!\n\n");
} else {
printf(".\n\n");
}
OpenPOWER on IntegriCloud