aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-08-14 09:45:41 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-08-14 09:45:41 +0000
commit0d5e65186195325557d4b0a8331d066a85818e01 (patch)
treeb1b02495fa83ea9d38f029077e8c394ce779143e /tools/build/Makefile
parent9b9210015db6f63ab47b5b8eace1adf484630949 (diff)
downloadsrc-0d5e65186195325557d4b0a8331d066a85818e01.tar.gz
src-0d5e65186195325557d4b0a8331d066a85818e01.zip
crunchgen: use pwd -P without env
The -P flag is required by POSIX so we don't have to care whether pwd is a shell builtin or not. This also allows removing pwd from the list of bootstrap tools since all shells we care about for building have a builtin pwd command. This effectively reverts r364190. Suggested By: rgrimes, jrtc27
Notes
Notes: svn path=/head/; revision=364234
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index c78dbbdbbd4e..23bd6cc1896f 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -113,7 +113,7 @@ SYSINCS+= ${SRCTOP}/sys/sys/font.h
# Linux/MacOS since we only use flags that are supported by all of them.
_host_tools_to_symlink= basename bzip2 bunzip2 chmod chown cmp comm cp date dd \
dirname echo env false find fmt gzip gunzip head hostname id ln ls \
- mkdir mv nice patch pwd rm realpath sh sleep stat tee touch tr true \
+ mkdir mv nice patch rm realpath sh sleep stat tee touch tr true \
uname uniq wc which
# We also need a symlink to the absolute path to the make binary used for