Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151689457
D54239.id168133.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D54239.id168133.diff
View Options
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,23 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20251215: Remove intrinsic utilities
+OLD_FILES+=usr/bin/alias
+OLD_FILES+=usr/bin/bg
+OLD_FILES+=usr/bin/cd
+OLD_FILES+=usr/bin/command
+OLD_FILES+=usr/bin/fc
+OLD_FILES+=usr/bin/fg
+OLD_FILES+=usr/bin/getopts
+OLD_FILES+=usr/bin/hash
+OLD_FILES+=usr/bin/jobs
+OLD_FILES+=usr/bin/read
+OLD_FILES+=usr/bin/type
+OLD_FILES+=usr/bin/ulimit
+OLD_FILES+=usr/bin/umask
+OLD_FILES+=usr/bin/unalias
+OLD_FILES+=usr/bin/wait
+
# 20251208: Rename iwm8000C to correct name.
OLD_FILES+=boot/firmware/iwm8000C
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -128,7 +128,6 @@
sbin/sysctl \
sbin/tunefs \
sbin/umount \
- usr.bin/alias \
usr.bin/apply \
usr.bin/ar \
usr.bin/asa \
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,7 +1,6 @@
.include <src.opts.mk>
-SUBDIR= alias \
- apply \
+SUBDIR= apply \
asa \
awk \
backlight \
diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile
deleted file mode 100644
--- a/usr.bin/alias/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-SCRIPTS=generic.sh
-SCRIPTSNAME=alias
-
-LINKS= ${BINDIR}/alias ${BINDIR}/bg \
- ${BINDIR}/alias ${BINDIR}/cd \
- ${BINDIR}/alias ${BINDIR}/command \
- ${BINDIR}/alias ${BINDIR}/fc \
- ${BINDIR}/alias ${BINDIR}/fg \
- ${BINDIR}/alias ${BINDIR}/getopts \
- ${BINDIR}/alias ${BINDIR}/hash \
- ${BINDIR}/alias ${BINDIR}/jobs \
- ${BINDIR}/alias ${BINDIR}/read \
- ${BINDIR}/alias ${BINDIR}/type \
- ${BINDIR}/alias ${BINDIR}/ulimit \
- ${BINDIR}/alias ${BINDIR}/umask \
- ${BINDIR}/alias ${BINDIR}/unalias \
- ${BINDIR}/alias ${BINDIR}/wait
-
-.include <bsd.prog.mk>
diff --git a/usr.bin/alias/Makefile.depend b/usr.bin/alias/Makefile.depend
deleted file mode 100644
--- a/usr.bin/alias/Makefile.depend
+++ /dev/null
@@ -1,10 +0,0 @@
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/usr.bin/alias/generic.sh b/usr.bin/alias/generic.sh
deleted file mode 100644
--- a/usr.bin/alias/generic.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-# This file is in the public domain.
-builtin ${0##*/} ${1+"$@"}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 1:07 AM (8 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31259146
Default Alt Text
D54239.id168133.diff (2 KB)
Attached To
Mode
D54239: usr.bin: Remove intrinsic utilities
Attached
Detach File
Event Timeline
Log In to Comment