mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Style. Fix long lines and a <tab> indent that should be 4 spaces.
This commit is contained in:
parent
3aed248695
commit
2738ffebcc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95216
@ -130,8 +130,8 @@ STRIP?= -s
|
||||
@mv ${.TARGET}.tmp ${.TARGET}
|
||||
|
||||
.s.So:
|
||||
${CC} -x assembler-with-cpp ${PICFLAG} -DPIC ${CFLAGS:M-[BID]*} ${AINC} -c \
|
||||
${.IMPSRC} -o ${.TARGET}
|
||||
${CC} -x assembler-with-cpp ${PICFLAG} -DPIC ${CFLAGS:M-[BID]*} \
|
||||
${AINC} -c ${.IMPSRC} -o ${.TARGET}
|
||||
@${LD} -o ${.TARGET}.tmp -x -r ${.TARGET}
|
||||
@mv ${.TARGET}.tmp ${.TARGET}
|
||||
|
||||
@ -164,7 +164,8 @@ STRIP?= -s
|
||||
@mv ${.TARGET}.tmp ${.TARGET}
|
||||
|
||||
.S.So:
|
||||
${CC} ${PICFLAG} -DPIC ${CFLAGS:M-[BID]*} ${AINC} -c ${.IMPSRC} -o ${.TARGET}
|
||||
${CC} ${PICFLAG} -DPIC ${CFLAGS:M-[BID]*} ${AINC} -c ${.IMPSRC} \
|
||||
-o ${.TARGET}
|
||||
@${LD} -o ${.TARGET}.tmp -x -r ${.TARGET}
|
||||
@mv ${.TARGET}.tmp ${.TARGET}
|
||||
|
||||
@ -297,8 +298,7 @@ _includeinstall:
|
||||
.for header in ${INCS}
|
||||
cd ${.CURDIR} && \
|
||||
${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} \
|
||||
${header} ${DESTDIR}${INCDIR}
|
||||
|
||||
${header} ${DESTDIR}${INCDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user