summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile.asm
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-08-31 20:33:59 +0000
committerjkim <jkim@FreeBSD.org>2016-08-31 20:33:59 +0000
commitb8b74f1267f36d52649fb37d1454eb5d6e097c1c (patch)
tree29159b6643d3ec6990259d0e7aaf66b3f3d58a4d /secure/lib/libcrypto/Makefile.asm
parent8e2ae64ac3acb915e02f5d5442562a92f6a0ae82 (diff)
downloadFreeBSD-src-b8b74f1267f36d52649fb37d1454eb5d6e097c1c.zip
FreeBSD-src-b8b74f1267f36d52649fb37d1454eb5d6e097c1c.tar.gz
MFC: r304638, r304640
Fix white spaces and prefer C-style comments in assembly sources.
Diffstat (limited to 'secure/lib/libcrypto/Makefile.asm')
-rw-r--r--secure/lib/libcrypto/Makefile.asm20
1 files changed, 10 insertions, 10 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm
index 2ddd796..a503920 100644
--- a/secure/lib/libcrypto/Makefile.asm
+++ b/secure/lib/libcrypto/Makefile.asm
@@ -64,8 +64,8 @@ CLEANFILES= ${ASM} ${SHA_ASM:S/$/.s/}
.SUFFIXES: .pl
.pl.S:
- ( echo '# $$'FreeBSD'$$' ;\
- echo '# Do not modify. This file is auto-generated from ${.IMPSRC:T}.' ;\
+ ( echo '/* $$'FreeBSD'$$ */' ;\
+ echo '/* Do not modify. This file is auto-generated from ${.IMPSRC:T}. */' ;\
env CC=cc perl ${.IMPSRC} elf ) > ${.TARGET}
${SHA_TMP}: ${SHA_SRC}
@@ -73,8 +73,8 @@ ${SHA_TMP}: ${SHA_SRC}
.for s in ${SHA_ASM}
${s}.S: ${s}.s
- ( echo ' # $$'FreeBSD'$$' ;\
- echo ' # Do not modify. This file is auto-generated from ${SHA_SRC}.' ;\
+ ( echo '/* $$'FreeBSD'$$ */' ;\
+ echo '/* Do not modify. This file is auto-generated from ${SHA_SRC}. */' ;\
cat ${s}.s ) > ${.TARGET}
.endfor
@@ -108,14 +108,14 @@ CLEANFILES= ${ASM} ${SRCS:R:S/$/.s/}
.SUFFIXES: .pl
aes-armv4.S: aes-armv4.pl
- ( echo '# $$'FreeBSD'$$' ;\
- echo '# Do not modify. This file is auto-generated from ${.ALLSRC:T}.' ;\
+ ( echo '/* $$'FreeBSD'$$ */' ;\
+ echo '/* Do not modify. This file is auto-generated from ${.ALLSRC:T}. */' ;\
env CC=cc perl ${.ALLSRC} elf ) > ${.TARGET}
.pl.S:
env CC=cc perl ${.IMPSRC} elf ${.TARGET:R:S/$/.s/}
- ( echo ' # $$'FreeBSD'$$' ;\
- echo ' # Do not modify. This file is auto-generated from ${.IMPSRC:T:R:S/$/.pl/}.' ;\
+ ( echo '/* $$'FreeBSD'$$ */' ;\
+ echo '/* Do not modify. This file is auto-generated from ${.IMPSRC:T:R:S/$/.pl/}. */' ;\
cat ${.TARGET:R:S/$/.s/}) > ${.TARGET}
.elif defined(ASM_i386)
@@ -183,8 +183,8 @@ CLEANFILES= ${ASM}
.SUFFIXES: .pl
.pl.S:
- ( echo '# $$'FreeBSD'$$' ;\
- echo '# Do not modify. This file is auto-generated from ${.IMPSRC:T}.' ;\
+ ( echo '/* $$'FreeBSD'$$ */' ;\
+ echo '/* Do not modify. This file is auto-generated from ${.IMPSRC:T}. */' ;\
echo '#ifdef PIC' ;\
env CC=cc perl ${PERLPATH} ${.IMPSRC} elf ${CFLAGS} -fpic -DPIC ;\
echo '#else' ;\
OpenPOWER on IntegriCloud