annotate maintainers_fix_indentation_in_use_rathaxes.patch @ 109:3523e795bdf9

Done with the ref/scalar mq
author Louis Opter <louis@lse.epita.fr>
date Mon, 01 Apr 2013 00:56:28 -0700
parents 8e8aa342078b
children
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
109
3523e795bdf9 Done with the ref/scalar mq
Louis Opter <louis@lse.epita.fr>
parents: 102
diff changeset
2 # User Louis Opter <louis@lse.epita.fr>
3523e795bdf9 Done with the ref/scalar mq
Louis Opter <louis@lse.epita.fr>
parents: 102
diff changeset
3 # Parent 5686b8073a21eb9c4accbfdb7ad837d971d4cc43
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
4 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
5
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 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
7 --- 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
8 +++ 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
9 @@ -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
10
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 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
12
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 -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
14 - 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
15 -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
16 + 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
17 + 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
18 + 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
19 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
20
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
21 # Like FIND_PACKAGE but also search in the Rathaxes directories. Usage: