Browse Source

* patched idunn/embutils to only build/install what we may want at idunn

legacy/try1
amery 18 years ago
parent
commit
2506322c47
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      patches/embutils.patch

+ 15
- 0
patches/embutils.patch

@ -0,0 +1,15 @@
--- ./Makefile.orig 2006-07-19 22:16:14.000000000 +0200
+++ ./Makefile 2006-07-19 22:37:47.000000000 +0200
@@ -8,8 +8,8 @@
PRGS=sync echo chroot mkdir rmdir mknod pwd true false clear chown chgrp \
chmod sleep tty tar basename chvt df tee uname arch hostname dmesg env \
dirname domainname id ln mv cp yes which cat rm wc ls whoami mkfifo head \
-install sosrm soscp sosmv sosln soslns md5sum sleep2 allinone kill uniq \
-dd tr mesg write touch du tail uuencode uudecode nohup nice cmp mktemp \
-truncate test date mount printenv umount pivot_root insmod rmmod \
-lsmod free losetup switch_root readlink
+md5sum kill uniq \
+dd tr write touch du tail nohup nice cmp mktemp \
+test date mount printenv umount pivot_root \
+free losetup switch_root readlink

Loading…
Cancel
Save