Module Name: src
Committed By: rillig
Date: Wed Nov 4 13:04:56 UTC 2020
Modified Files:
src/usr.bin/make: make.h
Log Message:
make(1): remove unused names DTARGET, FPREFIX, etc.
To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 src/usr.bin/make/make.h
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/make/make.h
diff -u src/usr.bin/make/make.h:1.183 src/usr.bin/make/make.h:1.184
--- src/usr.bin/make/make.h:1.183 Wed Nov 4 04:49:32 2020
+++ src/usr.bin/make/make.h Wed Nov 4 13:04:56 2020
@@ -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 @@ typedef enum CondEvalResult {
#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
*/