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.3.1/Makefile
===================================================================
--- 1.3.1/Makefile	(revision 445)
+++ 1.3.1/Makefile	(revision 446)
@@ -175,14 +175,14 @@
 	 )
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(MPC_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la  \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(MPC_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libmpc.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libmpc.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(MPC_PKG) ; \
Index: 1.3.1-ppc32/Makefile
===================================================================
--- 1.3.1-ppc32/Makefile	(revision 445)
+++ 1.3.1-ppc32/Makefile	(revision 446)
@@ -120,14 +120,14 @@
 	@rm -rf $(MPC_32_PKG)/usr/share
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(MPC_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la  \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(MPC_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libmpc.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libmpc.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(MPC_32_PKG) ; \
Index: 1.3.1-x86_32/Makefile
===================================================================
--- 1.3.1-x86_32/Makefile	(revision 445)
+++ 1.3.1-x86_32/Makefile	(revision 446)
@@ -117,14 +117,14 @@
 	@rm -rf $(MPC_32_PKG)/usr/share
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(MPC_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la  \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(MPC_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libmpc.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libmpc.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(MPC_32_PKG) ; \