Hi, Some points on http://gitorious.org/~hermes/badam-halwa-of-embedded-systems/hermes-clone/commit/f6713ab9896349364238838d5ce34cc33022eece:
1. Don't check in backup (~) files! 2. Don't check in .o files! 3. Don't check in executables in the repository! Only source and header files. 3. Use 'Makefile' and not 'makefile'. 4. You don't need 3 files to do one endian test! Use a single file. 5. Put a proper Copyright header in your code. Check the .c code here on how it has been done: http://shakthimaan.com/downloads/device_drivers/device-drivers-2.6.tar.bz2 6. Use only one target in the Makefile for endian test. We will need that target to be called from the top-level Makefile. When you have finished doing the work, you need to make a 'request merge' to the project mainline repository, so I know that you have completed something (will be our workflow). SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ Users mailing list [email protected] http://lists.dgplug.org/listinfo.cgi/users-dgplug.org
