rules-make-cygwin

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
gogh
Neugieriger
Neugieriger
Beiträge: 3
Registriert: Freitag 2. August 2002, 20:33

rules-make-cygwin

Beitrag von gogh »

Mahlzeit!

Wollte nur bescheid sagen, dass die rules-make-cygwin noch auf den Kernel 2.4.19 aktualisiert werden sollte.

Grüße
Homar
Senior Member
Beiträge: 1278
Registriert: Mittwoch 5. September 2001, 00:00

Beitrag von Homar »

Hi...

sei froh, das es noch nicht ist :(
NoClue
Einsteiger
Einsteiger
Beiträge: 226
Registriert: Dienstag 30. Oktober 2001, 00:00

Beitrag von NoClue »

Hier mal mein diff für cygwin, lief zumindest bis rc1-1, neuere habe ich nicht probiert, sollten aber wohl auch gehen.

Code: Alles auswählen

diff -Naur linux-2.4.19-pre8/Makefile linux-2.4.19-pre8/Makefile.cygwin
--- linux-2.4.19-pre8/Makefile	2002-06-04 11:57:07.000000000 +0200
+++ linux-2.4.19-pre8/Makefile.cygwin	2002-06-04 11:39:30.000000000 +0200
@@ -11,7 +11,7 @@
 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
 	  else if [ -x /bin/bash ]; then echo /bin/bash; \
 	  else echo sh; fi ; fi)
-TOPDIR	:= $(shell /bin/pwd)
+TOPDIR	:= $(shell pwd)
 
 HPATH   	= $(TOPDIR)/include
 FINDHPATH	= $(HPATH)/asm $(HPATH)/linux $(HPATH)/scsi $(HPATH)/net $(HPATH)/math-emu
@@ -408,7 +408,7 @@
 endif
 .PHONY: _modinst_post
 _modinst_post: _modinst_post_pcmcia
-	if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
+#	if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
 
 # Backwards compatibilty symlinks for people still using old versions
 # of pcmcia-cs with hard coded pathnames on insmod.  Remove
@@ -483,7 +483,7 @@
 
 dep-files: scripts/mkdep archdep include/linux/version.h
 	scripts/mkdep -- init/*.c > .depend
-	scripts/mkdep -- `find $(FINDHPATH) -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
+	scripts/mkdep -- 'find $(FINDHPATH) -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print' > .hdepend
 	$(MAKE) $(patsubst %,_sfdep_%,$(SUBDIRS)) _FASTDEP_ALL_SUB_DIRS="$(SUBDIRS)"
 ifdef CONFIG_MODVERSIONS
 	$(MAKE) update-modverfile
diff -Naur linux-2.4.19-pre8/arch/ppc/boot/simple/Makefile linux-2.4.19-pre8/arch/ppc/boot/simple/Makefile_org
--- linux-2.4.19-pre8/arch/ppc/boot/simple/Makefile	2002-06-06 08:52:08.000000000 +0200
+++ linux-2.4.19-pre8/arch/ppc/boot/simple/Makefile_org	2002-06-06 08:55:00.000000000 +0200
@@ -79,7 +79,7 @@
 		--set-section-flags=.image=contents,alloc,load,readonly,data \
 		../common/dummy.o image.o
 	$(LD) $(LD_ARGS) -o $@ $(obj-y) image.o $(LIBS)
-	$(OBJCOPY) $(OBJCOPY_ARGS) $@ $@ -R .comment -R .stab -R .stabstr \
+	$(OBJCOPY) $(OBJCOPY_ARGS) $@ -R .comment -R .stab -R .stabstr \
 		-R .ramdisk -R .sysmap
 
 zvmlinux.initrd: $(obj-y) $(LIBS) ../ld.script ../images/vmlinux.gz \
@@ -91,7 +91,7 @@
 		--set-section-flags=.image=contents,alloc,load,readonly,data \
 		../common/dummy.o image.o
 	$(LD) $(LD_ARGS) -o $@ $(obj-y) image.o $(LIBS)
-	$(OBJCOPY) $(OBJCOPY_ARGS) $@ $@ -R .comment -R .stab -R .stabstr \
+	$(OBJCOPY) $(OBJCOPY_ARGS) $@ -R .comment -R .stab -R .stabstr \
 		-R .sysmap
 
 # Sort-of dummy rules, that let us format the image we want.
Sagem mit 1*Intel Flash und Avia 600 :-)