comparison maintainers_remove_tarte_workaround.patch @ 87:e9736ab70995

Add a couple of patches to the build system and WIP on the e1000 code architecture to implement the tranmission
author Louis Opter <louis@lse.epitech.net>
date Mon, 24 Sep 2012 09:13:15 +0200
parents
children
comparison
equal deleted inserted replaced
86:c99e69966dd3 87:e9736ab70995
1 # HG changeset patch
2 # Parent 05a7e20d2dc9dbce3f3877da1db7c743448c000e
3 maintainers: remove the workaround used to generate source without CNorm unstrict
4
5 diff --git a/maintainers/CMakeScripts/UseRathaxes.cmake b/maintainers/CMakeScripts/UseRathaxes.cmake
6 --- a/maintainers/CMakeScripts/UseRathaxes.cmake
7 +++ b/maintainers/CMakeScripts/UseRathaxes.cmake
8 @@ -185,8 +185,6 @@
9
10 SET(KERNEL_OBJECT_NAME "${RATHAXES_SOURCE}_${SYSTEM}.ko")
11 ADD_CUSTOM_COMMAND(OUTPUT "${KERNEL_OBJECT_NAME}"
12 - # …
13 - COMMAND "sed" "-i" "/TARTE/ d" "${RATHAXES_SOURCE}_${SYSTEM}.c"
14 # The linux Makefile to build kernel module is quite
15 # picky about file location and its own name. Let's
16 # copy our source side by side with the Makefile: