Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make make(1): mark LIBSUFF and RECHECK as independen...
details: https://anonhg.NetBSD.org/src/rev/4d05ab663190
branches: trunk
changeset: 938079:4d05ab663190
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Sep 01 17:40:34 2020 +0000
description:
make(1): mark LIBSUFF and RECHECK as independent build options
diffstat:
usr.bin/make/config.h | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 3ba7f3b927ec -r 4d05ab663190 usr.bin/make/config.h
--- a/usr.bin/make/config.h Tue Sep 01 17:38:26 2020 +0000
+++ b/usr.bin/make/config.h Tue Sep 01 17:40:34 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.21 2012/03/31 00:12:24 christos Exp $ */
+/* $NetBSD: config.h,v 1.22 2020/09/01 17:40:34 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -100,7 +100,10 @@
* LIBSUFF
* Is the suffix used to denote libraries and is used by the Suff module
* to find the search path on which to seek any -l<xx> targets.
- *
+ */
+#define LIBSUFF ".a"
+
+/*
* RECHECK
* If defined, Make_Update will check a target for its current
* modification time after it has been re-made, setting it to the
@@ -108,10 +111,9 @@
* Unfortunately, under NFS the modification time often doesn't
* get updated in time, so a target will appear to not have been
* re-made, causing later targets to appear up-to-date. On systems
- * that don't have this problem, you should defined this. Under
+ * that don't have this problem, you should define this. Under
* NFS you probably should not, unless you aren't exporting jobs.
*/
-#define LIBSUFF ".a"
#define RECHECK
/*
Home |
Main Index |
Thread Index |
Old Index