From 93bb4036cecb18b1e351674ff377212f1603c978 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Tue, 26 Jul 2011 13:33:41 +0200 Subject: [PATCH] Remove bigmake, binsizes, packman --- commands/Makefile | 6 +++--- commands/bigmake/Makefile | 4 ---- commands/bigmake/bigmake.sh | 6 ------ commands/binsizes/Makefile | 4 ---- commands/binsizes/binsizes.sh | 26 -------------------------- commands/packman/Makefile | 4 ---- commands/packman/packman.sh | 6 ------ 7 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644 commands/bigmake/Makefile delete mode 100644 commands/bigmake/bigmake.sh delete mode 100644 commands/binsizes/Makefile delete mode 100644 commands/binsizes/binsizes.sh delete mode 100644 commands/packman/Makefile delete mode 100644 commands/packman/packman.sh diff --git a/commands/Makefile b/commands/Makefile index 4bf944ce1..f6e4705eb 100644 --- a/commands/Makefile +++ b/commands/Makefile @@ -3,8 +3,8 @@ .include 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 \ diff --git a/commands/bigmake/Makefile b/commands/bigmake/Makefile deleted file mode 100644 index 4833eaaed..000000000 --- a/commands/bigmake/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SCRIPTS= bigmake.sh -MAN= - -.include diff --git a/commands/bigmake/bigmake.sh b/commands/bigmake/bigmake.sh deleted file mode 100644 index 31a14b90e..000000000 --- a/commands/bigmake/bigmake.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -binsizes big -make $* -c=$? -binsizes normal -exit $c diff --git a/commands/binsizes/Makefile b/commands/binsizes/Makefile deleted file mode 100644 index 471f5a39d..000000000 --- a/commands/binsizes/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SCRIPTS= binsizes.sh -MAN= - -.include diff --git a/commands/binsizes/binsizes.sh b/commands/binsizes/binsizes.sh deleted file mode 100644 index dcc3faa53..000000000 --- a/commands/binsizes/binsizes.sh +++ /dev/null @@ -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 " - 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 diff --git a/commands/packman/Makefile b/commands/packman/Makefile deleted file mode 100644 index 23730e9c6..000000000 --- a/commands/packman/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SCRIPTS= packman.sh -MAN= - -.include diff --git a/commands/packman/packman.sh b/commands/packman/packman.sh deleted file mode 100644 index a8f987291..000000000 --- a/commands/packman/packman.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -echo "-----------------------------------" -echo "Packman has been replaced by pkgin." -echo "See man 1 pkgin for details." -echo "-----------------------------------" -- 2.44.0