mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
Makefiles: fixed comment line
This commit is contained in:
parent
658ae3f809
commit
0065842de7
@ -518,7 +518,7 @@ $(SRC): gencode
|
||||
|
||||
gencode: ${OUTDIR}/InitOptMods.h
|
||||
|
||||
# this is supposed to be standard function, but apparently it is not
|
||||
# function to turn all characters upper case
|
||||
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
|
||||
|
@ -484,7 +484,7 @@ gencode: ${OUTDIR}/InitOptMods.h
|
||||
|
||||
$(SRC): gencode
|
||||
|
||||
# this is supposed to be standard function, but apparently it is not
|
||||
# function to turn all characters upper case
|
||||
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
|
||||
|
@ -453,7 +453,7 @@ gencode: ${OUTDIR}/InitOptMods.h
|
||||
|
||||
$(SRC): gencode
|
||||
|
||||
# this is supposed to be standard function, but apparently it is not
|
||||
# function to turn all characters upper case
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user