summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iputils/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/iputils/builder.sh')
-rw-r--r--pkgs/os-specific/linux/iputils/builder.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/iputils/builder.sh b/pkgs/os-specific/linux/iputils/builder.sh
index c001d04a5f6e..e6f482d17bd7 100644
--- a/pkgs/os-specific/linux/iputils/builder.sh
+++ b/pkgs/os-specific/linux/iputils/builder.sh
@@ -3,16 +3,13 @@
 tar zxvf $src
 cd iputils
 
-echo $src
-echo $kernelHeaders
-echo $glibc
-
 sed -e "s^KERNEL_INCLUDE=.*$^KERNEL_INCLUDE=$kernelHeaders/include^" < Makefile > Makefile.new
 
 mv Makefile.new Makefile
 sed -e "s^LIBC_INCLUDE=.*$^LIBC_INCLUDE=$glibc/include^" < Makefile > Makefile.new
 mv Makefile.new Makefile
 
+#make ping arping tracepath
 make
 
 mkdir -p $out/bin