Remove bigmake, binsizes, packman

This commit is contained in:
Arun Thomas 2011-07-26 13:33:41 +02:00
parent 2a9322a117
commit 93bb4036ce
7 changed files with 3 additions and 53 deletions

View file

@ -3,8 +3,8 @@
.include <bsd.own.mk>
SUBDIR= aal add_route adduser arp ash at autil awk \
backup badblocks banner basename bigmake binpackage \
binpackages binsizes bzip2 bzip2recover cal calendar \
backup badblocks banner basename binpackage \
binpackages bzip2 bzip2recover cal calendar \
cat cawf cd cdprobe checkhier chmem \
chmod chown chroot ci cksum cleantmp clear cmp co \
comm compress cp crc cron crontab cut date \
@ -19,7 +19,7 @@ SUBDIR= aal add_route adduser arp ash at autil awk \
lpd ls lspci M mail make MAKEDEV man \
mdb mdocml mesg mined ackmkdep mkdir mkfifo mkfs.mfs mknod \
mkproto modem mount mt netconf newroot nice acknm nohup \
nonamed od packman passwd paste patch pax \
nonamed od passwd paste patch pax \
ping postinstall poweroff pr prep printf printroot \
profile progressbar proto pr_routes ps pwd pwdauth \
ramdisk rarpd rawspeed rcp rdate readall readclock \

View file

@ -1,4 +0,0 @@
SCRIPTS= bigmake.sh
MAN=
.include <bsd.prog.mk>

View file

@ -1,6 +0,0 @@
#!/bin/sh
binsizes big
make $*
c=$?
binsizes normal
exit $c

View file

@ -1,4 +0,0 @@
SCRIPTS= binsizes.sh
MAN=
.include <bsd.prog.mk>

View file

@ -1,26 +0,0 @@
#!/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/xbin
t=/etc/binary_sizes
if [ "$#" -ne 1 ]
then echo "Usage: $0 <big|normal|xxl>"
exit 1
fi
if [ "$1" != normal ]
then t=$t.$1
fi
chmem =250000 /usr/lib/em_* /usr/lib/cpp* /usr/lib/cv >/dev/null 2>&1
chmem =600000 /usr/lib/ego/* >/dev/null 2>&1
if [ -f $t ]
then cat "$t" | while read line
do awk '{ print "chmem =" $2 " " $1 " 2>&1 | grep -v area.changed.from || exit 1"}'
done | /bin/sh -e || exit 1
else
echo "$0: $t does not exist" >&2
exit 1
fi
exit 0

View file

@ -1,4 +0,0 @@
SCRIPTS= packman.sh
MAN=
.include <bsd.prog.mk>

View file

@ -1,6 +0,0 @@
#!/bin/sh
echo "-----------------------------------"
echo "Packman has been replaced by pkgin."
echo "See man 1 pkgin for details."
echo "-----------------------------------"