changeset 1797:450df7445d09 draft

Remove debugging code.
author Rob Landley <rob@landley.net>
date Wed, 14 Oct 2015 01:08:10 -0500
parents 0b3b780ea942
children 6bc4074067e9
files sources/sections/uClibc++.build
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/uClibc++.build	Sun Oct 11 03:10:26 2015 -0500
+++ b/sources/sections/uClibc++.build	Wed Oct 14 01:08:10 2015 -0500
@@ -7,13 +7,9 @@
 then
   sed -i 's/.*\(BUILD_ONLY_STATIC_LIB\).*/\1=y/' .config || dienow
 fi
-echo UNO &&
 CROSS= make oldconfig &&
-echo DOS &&
 CROSS="$ARCH"- make &&
-echo TRES &&
 CROSS= make install PREFIX="$STAGE_DIR/c++" &&
-echo QUATRO &&
 
 # Move libraries somewhere useful.