From 88f161dd42a875b41332e9b3f138a1cf9e04551d Mon Sep 17 00:00:00 2001 From: Corvus Corax Date: Fri, 11 Nov 2011 11:06:32 +0100 Subject: [PATCH] Revert "Makefiles: fixed comment line" This reverts commit 0065842de7914788794e6d34b289da14460a3e2d. --- flight/CopterControl/Makefile | 2 +- flight/OpenPilot/Makefile | 2 +- flight/OpenPilot/Makefile.posix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flight/CopterControl/Makefile b/flight/CopterControl/Makefile index 76b9fb764..106138320 100644 --- a/flight/CopterControl/Makefile +++ b/flight/CopterControl/Makefile @@ -526,7 +526,7 @@ $(SRC): gencode gencode: ${OUTDIR}/InitOptMods.h -# function to turn all characters upper case +# this is supposed to be standard function, but apparently it is not uc = $(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst j,J,$(subst k,K,$(subst l,L,$(subst m,M,$(subst n,N,$(subst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst y,Y,$(subst z,Z,$1)))))))))))))))))))))))))) ${OUTDIR}/InitOptMods.h: Makefile diff --git a/flight/OpenPilot/Makefile b/flight/OpenPilot/Makefile index a8e8fa3e4..4701ed96d 100644 --- a/flight/OpenPilot/Makefile +++ b/flight/OpenPilot/Makefile @@ -485,7 +485,7 @@ gencode: ${OUTDIR}/InitOptMods.h $(SRC): gencode -# function to turn all characters upper case +# this is supposed to be standard function, but apparently it is not uc = $(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst j,J,$(subst k,K,$(subst l,L,$(subst m,M,$(subst n,N,$(subst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst y,Y,$(subst z,Z,$1)))))))))))))))))))))))))) ${OUTDIR}/InitOptMods.h: Makefile diff --git a/flight/OpenPilot/Makefile.posix b/flight/OpenPilot/Makefile.posix index 9571a591e..161999ff0 100644 --- a/flight/OpenPilot/Makefile.posix +++ b/flight/OpenPilot/Makefile.posix @@ -453,7 +453,7 @@ gencode: ${OUTDIR}/InitOptMods.h $(SRC): gencode -# function to turn all characters upper case +# this is supposed to be standard function, but apparently it is not uc = $(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst j,J,$(subst k,K,$(subst l,L,$(subst m,M,$(subst n,N,$(subst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst y,Y,$(subst z,Z,$1)))))))))))))))))))))))))) # Generate code for module initialization