annotate maintainers_fix_indentation_in_use_rathaxes.patch @ 102:8e8aa342078b

Close the series on the slides and backup some wip on the abstract type nightmare in e1000
author Louis Opter <louis@lse.epita.fr>
date Thu, 28 Feb 2013 23:30:59 -0800
parents
children 3523e795bdf9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
102
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
1 # HG changeset patch
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
2 # Parent 73e1430ceb46483e9a1225b1414d53dfed9accbf
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
3 maintainers: fix identation in UseRathaxes.cmake
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
4
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
5 diff --git a/maintainers/CMakeScripts/UseRathaxes.cmake b/maintainers/CMakeScripts/UseRathaxes.cmake
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
6 --- a/maintainers/CMakeScripts/UseRathaxes.cmake
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
7 +++ b/maintainers/CMakeScripts/UseRathaxes.cmake
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
8 @@ -221,9 +221,9 @@
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
9
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
10 ADD_CUSTOM_TARGET("${NAME}" ALL DEPENDS "${KERNEL_OBJECT_NAME}")
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
11
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
12 -ELSE (${SYSTEM} MATCHES "Linux")
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
13 - MESSAGE(STATUS "Don't know how to build kernel modules for ${SYSTEM} (yet)")
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
14 -ENDIF (${SYSTEM} MATCHES "Linux")
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
15 + ELSE (${SYSTEM} MATCHES "Linux")
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
16 + MESSAGE(STATUS "Don't know how to build kernel modules for ${SYSTEM} (yet)")
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
17 + ENDIF (${SYSTEM} MATCHES "Linux")
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
18 ENDFUNCTION(ADD_RATHAXES_LKM NAME RATHAXES_SOURCE)
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
19
8e8aa342078b Close the series on the slides and backup some wip on the abstract type nightmare in e1000
Louis Opter <louis@lse.epita.fr>
parents:
diff changeset
20 # Like FIND_PACKAGE but also search in the Rathaxes directories. Usage: