view maintainers_remove_tarte_workaround.patch @ 89:a9b47a2f8b98

Wip on tx, fix ioaddr being incorrectly generated
author Louis Opter <louis@lse.epitech.net>
date Thu, 04 Oct 2012 19:33:43 +0200
parents e9736ab70995
children
line wrap: on
line source

# HG changeset patch
# Parent 05a7e20d2dc9dbce3f3877da1db7c743448c000e
maintainers: remove the workaround used to generate source without CNorm unstrict

diff --git a/maintainers/CMakeScripts/UseRathaxes.cmake b/maintainers/CMakeScripts/UseRathaxes.cmake
--- a/maintainers/CMakeScripts/UseRathaxes.cmake
+++ b/maintainers/CMakeScripts/UseRathaxes.cmake
@@ -185,8 +185,6 @@
 
         SET(KERNEL_OBJECT_NAME "${RATHAXES_SOURCE}_${SYSTEM}.ko")
         ADD_CUSTOM_COMMAND(OUTPUT "${KERNEL_OBJECT_NAME}"
-                           # …
-                           COMMAND "sed" "-i" "/TARTE/ d" "${RATHAXES_SOURCE}_${SYSTEM}.c"
                            # The linux Makefile to build kernel module is quite
                            # picky about file location and its own name. Let's
                            # copy our source side by side with the Makefile: