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): remove unused names DTARGET, FPREFIX, ...
details: https://anonhg.NetBSD.org/src/rev/a5ca659b3726
branches: trunk
changeset: 1015933:a5ca659b3726
user: rillig <rillig%NetBSD.org@localhost>
date: Wed Nov 04 13:04:56 2020 +0000
description:
make(1): remove unused names DTARGET, FPREFIX, etc.
diffstat:
usr.bin/make/make.h | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (23 lines):
diff -r 5e3abee7a335 -r a5ca659b3726 usr.bin/make/make.h
--- a/usr.bin/make/make.h Wed Nov 04 09:15:10 2020 +0000
+++ b/usr.bin/make/make.h Wed Nov 04 13:04:56 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: make.h,v 1.183 2020/11/04 04:49:32 rillig Exp $ */
+/* $NetBSD: make.h,v 1.184 2020/11/04 13:04:56 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -410,13 +410,6 @@
#define ARCHIVE "!" /* Archive in "archive(member)" syntax */
#define MEMBER "%" /* Member in "archive(member)" syntax */
-#define FTARGET "@F" /* file part of TARGET */
-#define DTARGET "@D" /* directory part of TARGET */
-#define FIMPSRC "<F" /* file part of IMPSRC */
-#define DIMPSRC "<D" /* directory part of IMPSRC */
-#define FPREFIX "*F" /* file part of PREFIX */
-#define DPREFIX "*D" /* directory part of PREFIX */
-
/*
* Global Variables
*/
Home |
Main Index |
Thread Index |
Old Index