Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 1.26.4/Makefile
===================================================================
--- 1.26.4/Makefile	(revision 245)
+++ 1.26.4/Makefile	(revision 246)
@@ -255,7 +255,6 @@
 	 )
 	# ======= Strip binaries =======
 	@( cd $(CLUTTER_PKG) ; \
-	   find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
 	   find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
 	 )
 ifeq ($(__ENABLE_STATIC__),yes)