mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Move sh after awk in build tools - sh requires awk to build. Add id
to list of bootstrap tools. Submitted by: jhay
This commit is contained in:
parent
1662ac2427
commit
873e845673
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36454
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.186 1998/05/28 12:31:42 peter Exp $
|
||||
# $Id: Makefile,v 1.187 1998/05/28 13:20:35 peter Exp $
|
||||
#
|
||||
# While porting to the another architecture include the bootstrap instead
|
||||
# of the normal build.
|
||||
|
@ -722,7 +722,6 @@ build-tools:
|
|||
bin/mkdir \
|
||||
bin/mv \
|
||||
bin/rm \
|
||||
bin/sh \
|
||||
bin/test \
|
||||
gnu/usr.bin/awk \
|
||||
gnu/usr.bin/bc \
|
||||
|
@ -734,6 +733,7 @@ build-tools:
|
|||
gnu/usr.bin/perl/perl \
|
||||
gnu/usr.bin/sort \
|
||||
gnu/usr.bin/texinfo \
|
||||
bin/sh
|
||||
usr.bin/basename \
|
||||
usr.bin/cap_mkdb \
|
||||
usr.bin/chflags \
|
||||
|
@ -744,6 +744,7 @@ build-tools:
|
|||
usr.bin/file2c \
|
||||
usr.bin/find \
|
||||
usr.bin/gencat \
|
||||
usr.bin/id \
|
||||
usr.bin/lorder \
|
||||
usr.bin/m4 \
|
||||
usr.bin/mkdep \
|
||||
|
|
Loading…
Reference in a new issue