]> Zhao Yanbai Git Server - minix.git/commitdiff
Remove bigmake, binsizes, packman
authorArun Thomas <arun@minix3.org>
Tue, 26 Jul 2011 11:33:41 +0000 (13:33 +0200)
committerArun Thomas <arun@minix3.org>
Tue, 26 Jul 2011 11:38:27 +0000 (13:38 +0200)
commands/Makefile
commands/bigmake/Makefile [deleted file]
commands/bigmake/bigmake.sh [deleted file]
commands/binsizes/Makefile [deleted file]
commands/binsizes/binsizes.sh [deleted file]
commands/packman/Makefile [deleted file]
commands/packman/packman.sh [deleted file]

index 4bf944ce1b1c9b43af284a6e2ae7b66dfa6fcf50..f6e4705eb07a58321ada5a9b1612e0d83742b114 100644 (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 \
diff --git a/commands/bigmake/Makefile b/commands/bigmake/Makefile
deleted file mode 100644 (file)
index 4833eaa..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-SCRIPTS= bigmake.sh
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/commands/bigmake/bigmake.sh b/commands/bigmake/bigmake.sh
deleted file mode 100644 (file)
index 31a14b9..0000000
+++ /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 (file)
index 471f5a3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-SCRIPTS= binsizes.sh
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/commands/binsizes/binsizes.sh b/commands/binsizes/binsizes.sh
deleted file mode 100644 (file)
index dcc3faa..0000000
+++ /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 <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
diff --git a/commands/packman/Makefile b/commands/packman/Makefile
deleted file mode 100644 (file)
index 23730e9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-SCRIPTS= packman.sh
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/commands/packman/packman.sh b/commands/packman/packman.sh
deleted file mode 100644 (file)
index a8f9872..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-echo "-----------------------------------"
-echo "Packman has been replaced by pkgin."
-echo "See man 1 pkgin for details."
-echo "-----------------------------------"