CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e17: Removed make's verbose output
authorVictor Martinez <pitillo@ono.com>
Thu, 13 May 2010 13:59:21 +0000 (13:59 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 13 May 2010 13:59:21 +0000 (13:59 +0000)
e17/Pkgfile

index fe8729509d95ca5c009b292e358530933b279843..f7c5cd209cf10dd1f8b6d46e7e0684d368b70fd7 100644 (file)
@@ -39,7 +39,7 @@ build()
                 --disable-nls \
                 --prefix=/usr \
                 --with-edje-cc=/usr/bin/edje_cc
-  make V=1 
+  make
   make install DESTDIR=$PKG
   rm -r $PKG/usr/share/enlightenment/{AUTHORS,COPYING,doc/}
 }