summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-03-16 03:21:25 +0000
committerandrew <andrew@FreeBSD.org>2013-03-16 03:21:25 +0000
commit547c9f6633a015a09f4cbfa963c4b0643f702ca1 (patch)
tree8299688a9d1528779715a81e52ba66d056e35137 /sys/conf
parenta27e52f9c0c2593dcbcd77d40785bf5ff391b527 (diff)
downloadFreeBSD-src-547c9f6633a015a09f4cbfa963c4b0643f702ca1.zip
FreeBSD-src-547c9f6633a015a09f4cbfa963c4b0643f702ca1.tar.gz
Fix the indentation for a few commands that were missed or incorrectly
indented in r248362.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.arm6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index 06a5d98..20e7b71 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -96,8 +96,8 @@ ${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
${CC} -O -nostdlib -I. -I$S -Xlinker -T -Xlinker \
ldscript.$M.tramp.noheader \
tmphack.S $S/$M/$M/elf_trampoline.c $S/$M/$M/inckern.S \
- ${FILES_CPU_FUNC} -o ${KERNEL_KO}.tramp.noheader
- ${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.noheader \
+ ${FILES_CPU_FUNC} -o ${KERNEL_KO}.tramp.noheader
+ ${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.noheader \
${KERNEL_KO}.tramp.bin
${OBJCOPY} ${STRIP_FLAGS} ${KERNEL_KO}.tmp
echo "#define KERNNAME \"${KERNEL_KO}.tmp.gz\"" >opt_kernname.h
@@ -116,7 +116,7 @@ ${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
-DKZIP tmphack.S $S/$M/$M/elf_trampoline.c inflate-tramp.o \
$S/$M/$M/inckern.S ${FILES_CPU_FUNC} -o ${KERNEL_KO}.tramp.noheader
${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.noheader \
- ${KERNEL_KO}.gz.tramp.bin
+ ${KERNEL_KO}.gz.tramp.bin
rm ${KERNEL_KO}.tmp.gz ${KERNEL_KO}.tramp.noheader opt_kernname.h \
inflate-tramp.o tmphack.S
OpenPOWER on IntegriCloud