summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/config.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-11-17 11:32:46 +0000
committerharti <harti@FreeBSD.org>2004-11-17 11:32:46 +0000
commit8a003e9336f23d27d8e21e3343a9744d55f658ad (patch)
tree1cf318998b1ea230203b20492ed52e0431bda9e7 /usr.bin/make/config.h
parentdb12de4f40fceade11c1a9f90c670b666db6082d (diff)
downloadFreeBSD-src-8a003e9336f23d27d8e21e3343a9744d55f658ad.zip
FreeBSD-src-8a003e9336f23d27d8e21e3343a9744d55f658ad.tar.gz
Eliminate the define for POSIX and build with Posix behaviour.
Our make has been build with POSIX enabled from the first day and the ifdef'ed out code served no purpose.
Diffstat (limited to 'usr.bin/make/config.h')
-rw-r--r--usr.bin/make/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h
index 15a4b15..a40e445 100644
--- a/usr.bin/make/config.h
+++ b/usr.bin/make/config.h
@@ -78,15 +78,6 @@
#define RECHECK
/*
- * POSIX
- * Adhere to the POSIX 1003.2 draft for the make(1) program.
- * - Use MAKEFLAGS instead of MAKE to pick arguments from the
- * environment.
- * - Allow empty command lines if starting with tab.
- */
-#define POSIX
-
-/*
* SYSVINCLUDE
* Recognize system V like include directives [include "filename"]
* SYSVVARSUB
OpenPOWER on IntegriCloud