Bump config version. Also mention that even after rebuilding a new

config, you may need to resynchronize your config file with syntax
or name changes documented in GENERIC or LINT.
This commit is contained in:
gibbs 1998-09-15 21:07:54 +00:00
parent 2d0810fe03
commit b85ccc7a32
2 changed files with 7 additions and 3 deletions

View File

@ -6,6 +6,6 @@
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
* and <osreldate.h> system.
*
* $Id: configvers.h,v 1.4 1998/07/12 09:52:45 bde Exp $
* $Id: configvers.h,v 1.5 1998/09/03 21:03:43 nsouch Exp $
*/
#define CONFIGVERS 300006
#define CONFIGVERS 300007

View File

@ -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.32 1998/07/12 08:10:33 bde Exp $";
"$Id: mkmakefile.c,v 1.33 1998/09/03 21:03:43 nsouch Exp $";
#endif /* not lint */
/*
@ -220,6 +220,10 @@ makefile()
fprintf(stderr, "Make sure that /usr/src/usr.sbin/config is in sync\n");
fprintf(stderr, "with your /usr/src/sys and install a new config binary\n");
fprintf(stderr, "before trying this again.\n\n");
fprintf(stderr, "If running the new config fails check your config\n");
fprintf(stderr, "file against the GENERIC or LINT config files for\n");
fprintf(stderr, "changes in config syntax, or option/device naming\n");
fprintf(stderr, "conventions\n\n");
}
} else
fprintf(stderr,