Page MenuHomeFreeBSD

D6237.diff
No OneTemporary

D6237.diff

Index: head/secure/lib/libcrypto/Makefile.asm
===================================================================
--- head/secure/lib/libcrypto/Makefile.asm
+++ head/secure/lib/libcrypto/Makefile.asm
@@ -62,7 +62,9 @@
( cd `dirname ${.IMPSRC}`/.. ; perl ${.IMPSRC} ${.OBJDIR}/${.TARGET} )
.cmt.S:
- ( echo ' # $$'FreeBSD'$$'; cat ${.IMPSRC} ) > ${.TARGET}
+ ( echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Do not modify. This file is auto-generated.' ;\
+ cat ${.IMPSRC} ) > ${.TARGET}
sha256-x86_64.cmt: sha512-x86_64.pl
( cd `dirname ${.ALLSRC}`/.. ; perl ${.ALLSRC} ${.OBJDIR}/${.TARGET} )
@@ -136,6 +138,7 @@
.pl.S:
( echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Do not modify. This file is auto-generated.' ;\
echo '#ifdef PIC' ;\
perl ${PERLPATH} ${.IMPSRC} elf ${CFLAGS} -fpic -DPIC ;\
echo '#else' ;\

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 8, 3:43 AM (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16521100
Default Alt Text
D6237.diff (815 B)

Event Timeline