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.27.0/Makefile
===================================================================
--- 1.27.0/Makefile	(revision 287)
+++ 1.27.0/Makefile	(revision 288)
@@ -170,11 +170,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	# ======= Set normal udevrulesdir: =======
 	@( cd $(build_dir)/plugins/rfkill ; \
 	   sed -i 's,^\(udevrulesdir \).*,\1=/lib/udev/rules.d,' Makefile ; \