CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
edje: removed verbose output.
authorVictor Martinez <pitillo@ono.com>
Thu, 4 Feb 2010 20:48:19 +0000 (20:48 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 4 Feb 2010 20:48:19 +0000 (20:48 +0000)
edje/Pkgfile

index e53e1a2ccc4a1ea288ef9a2ff5abe4b11be11bc3..1c31c35e7afb0cc3f35bfcc1246d6fffdf207e0f 100644 (file)
@@ -27,6 +27,6 @@ build()
   ./autogen.sh --build=$CHOST \
                 --host=$CTARGET \
                 --prefix=/usr
-  make V=1 
+  make 
   make install DESTDIR=$PKG
 }