Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109590636
D6237.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
815 B
Referenced Files
None
Subscribers
None
D6237.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D6237: libcrypto: add "Generated from" reference to source file
Attached
Detach File
Event Timeline
Log In to Comment