Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/config No need to define swap<kernel>.o build rule.
details: https://anonhg.NetBSD.org/src/rev/1a94ec701a72
branches: trunk
changeset: 340269:1a94ec701a72
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Aug 29 17:42:05 2015 +0000
description:
No need to define swap<kernel>.o build rule.
diffstat:
usr.bin/config/mkmakefile.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r f14119a4d283 -r 1a94ec701a72 usr.bin/config/mkmakefile.c
--- a/usr.bin/config/mkmakefile.c Sat Aug 29 17:35:23 2015 +0000
+++ b/usr.bin/config/mkmakefile.c Sat Aug 29 17:42:05 2015 +0000
@@ -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 @@
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);
}
Home |
Main Index |
Thread Index |
Old Index