General Purpose Mouse patch

Stefan Sperling stsp at stsp.name
Fri Apr 13 12:40:55 CEST 2007


Hey GPF,

These patches look great, apart from the minor glitch that
the gpm patch patches two different files that are both
just called 'Makefile' (see excerpt of patch below).
This means that the patch cannot be applied with the 'patch' program.

It's not a big deal though, we can sort this out manually as the
patch is small and obvious, but please make sure that
all paths in patches are relative to the top-level directory of
the source tree in the future.

If this is due to an error in the porting howto in the wiki
please let me know so I can fix it. Thanks.


Index: Makefile
===================================================================
--- Makefile	(revision 1701)
+++ Makefile	(working copy)
@@ -58,7 +58,8 @@
 	$(ROOTDIR)/modules/ocf/cryptodev.h,crypto \
 	$(ROOTDIR)/prop/smgrd/unixware/cmd/sscep/sscep_error_codes.h,. \
 	$(ROOTDIR)/lib/libid3tag/id3tag.h,. \
-	$(ROOTDIR)/lib/libmad/mad.h,. 
+	$(ROOTDIR)/lib/libmad/mad.h,. \
+	$(ROOTDIR)/user/gpm-1.20.1/src/headers/gpm.h,.
 
 
 #
Index: libpng/Makefile
===================================================================
--- libpng/Makefile	(revision 1701)
+++ libpng/Makefile	(working copy)
@@ -52,7 +52,7 @@
 	$(CC) -c $(CFLAGS) -fPIC -o $@ $*.c
 
 #all: libpng.a libpng.so pngtest
-all: libpng.a libpng.so
+all: libpng.a
 
 libpng.a: $(OBJS)
 	ar rc $@ $(OBJS)
Index: Makefile
===================================================================
--- Makefile	(revision 1701)
+++ Makefile	(working copy)
@@ -173,7 +173,8 @@
 	$(ROOTDIR)/lib/flex/build/*.a \
 	$(ROOTDIR)/lib/libgmp/*.a  \
 	$(ROOTDIR)/lib/libid3tag/*.a \
-	$(ROOTDIR)/lib/libmad/*.a 
+	$(ROOTDIR)/lib/libmad/*.a \
+	$(ROOTDIR)/user/gpm-1.20.1/src/lib/*.a
 
 ##############################################################################
 

-- 
stefan
http://stsp.name                                         PGP Key: 0xF59D25F0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://mailman.dslinux.in-berlin.de/pipermail/dslinux-devel-dslinux.in-berlin.de/attachments/20070413/115b1850/attachment.pgp 


More information about the dslinux-devel mailing list