Module Name: src
Committed By: uebayasi
Date: Sat Aug 29 17:42:05 UTC 2015
Modified Files:
src/usr.bin/config: mkmakefile.c
Log Message:
No need to define swap<kernel>.o build rule.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/config/mkmakefile.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/mkmakefile.c
diff -u src/usr.bin/config/mkmakefile.c:1.46 src/usr.bin/config/mkmakefile.c:1.47
--- src/usr.bin/config/mkmakefile.c:1.46 Sat Aug 29 17:35:23 2015
+++ src/usr.bin/config/mkmakefile.c Sat Aug 29 17:42:05 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: mkmakefile.c,v 1.46 2015/08/29 17:35:23 uebayasi Exp $ */
+/* $NetBSD: mkmakefile.c,v 1.47 2015/08/29 17:42:05 uebayasi Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: mkmakefile.c,v 1.46 2015/08/29 17:35:23 uebayasi Exp $");
+__RCSID("$NetBSD: mkmakefile.c,v 1.47 2015/08/29 17:42:05 uebayasi Exp $");
#include <sys/param.h>
#include <ctype.h>
@@ -583,8 +583,6 @@ emitload(FILE *fp)
fprintf(fp, "KERNELS+=%s\n", cf->cf_name);
fprintf(fp, "%s: ${SYSTEM_DEP} swap%s.o vers.o build_kernel\n",
cf->cf_name, cf->cf_name);
- fprintf(fp, "swap%s.o: swap%s.c\n"
- "\t${NORMAL_C}\n\n", cf->cf_name, cf->cf_name);
}
fputs("\n", fp);
}