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: Makefile
===================================================================
--- Makefile	(revision 384)
+++ Makefile	(revision 385)
@@ -17,6 +17,7 @@
 patches     = $(CURDIR)/patches/file-5.39-cross.patch
 patches    += $(CURDIR)/patches/file-5.39-etc-file.patch
 patches    += $(CURDIR)/patches/file-5.39-magic.patch
+patches    += $(CURDIR)/patches/file-5.39-ppc-termios.patch
 patches    += $(CURDIR)/patches/file-5.39-short.patch
 
 .NOTPARALLEL: $(patches)
@@ -52,10 +53,11 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-5.39-cross-patch    ; ./create.patch.sh ) ; \
-	 ( cd create-5.39-etc-file-patch ; ./create.patch.sh ) ; \
-	 ( cd create-5.39-magic-patch    ; ./create.patch.sh ) ; \
-	 ( cd create-5.39-short-patch    ; ./create.patch.sh ) ; \
+	 ( cd create-5.39-cross-patch       ; ./create.patch.sh ) ; \
+	 ( cd create-5.39-etc-file-patch    ; ./create.patch.sh ) ; \
+	 ( cd create-5.39-magic-patch       ; ./create.patch.sh ) ; \
+	 ( cd create-5.39-ppc-termios-patch ; ./create.patch.sh ) ; \
+	 ( cd create-5.39-short-patch       ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: