Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156712274
D6237.id16166.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6237.id16166.diff
View Options
Index: secure/lib/libcrypto/Makefile.asm
===================================================================
--- secure/lib/libcrypto/Makefile.asm
+++ secure/lib/libcrypto/Makefile.asm
@@ -54,21 +54,27 @@
all: ${ASM}
-CLEANFILES+= ${SRCS:M*.pl:S/.pl$/.cmt/} ${SRCS:M*.pl:S/.pl$/.S/}
-CLEANFILES+= sha256-x86_64.cmt sha256-x86_64.S x86_64cpuid.cmt x86_64cpuid.S
-.SUFFIXES: .pl .cmt
-
-.pl.cmt:
- ( cd `dirname ${.IMPSRC}`/.. ; perl ${.IMPSRC} ${.OBJDIR}/${.TARGET} )
-
-.cmt.S:
- ( echo ' # $$'FreeBSD'$$'; cat ${.IMPSRC} ) > ${.TARGET}
-
-sha256-x86_64.cmt: sha512-x86_64.pl
- ( cd `dirname ${.ALLSRC}`/.. ; perl ${.ALLSRC} ${.OBJDIR}/${.TARGET} )
+CLEANFILES+= ${SRCS:M*.pl:S/.pl$/.S/}
+CLEANFILES+= sha256-x86_64.S x86_64cpuid.S
+.SUFFIXES: .pl
-x86_64cpuid.cmt: x86_64cpuid.pl
- ( cd `dirname ${.ALLSRC}` ; perl ${.ALLSRC} ${.OBJDIR}/${.TARGET} )
+.pl.S:
+ ( cd `dirname ${.IMPSRC}`/.. ;\
+ echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Do not modify. This file is auto-generated from ${.IMPSRC:T}.' ;\
+ perl ${.IMPSRC} ) > ${.OBJDIR}/${.TARGET}
+
+sha256-x86_64.S: sha512-x86_64.pl
+ ( cd `dirname ${.ALLSRC}`/.. ;\
+ echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Do not modify. This file is auto-generated from ${.ALLSRC:T}.' ;\
+ perl ${.ALLSRC} ) > ${.OBJDIR}/${.TARGET}
+
+x86_64cpuid.S: x86_64cpuid.pl
+ ( cd `dirname ${.ALLSRC}` ;\
+ echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Do not modify. This file is auto-generated from ${.ALLSRC:T}.' ;\
+ perl ${.ALLSRC} ) > ${.OBJDIR}/${.TARGET}
.elif ${MACHINE_CPUARCH} == "i386"
@@ -136,6 +142,7 @@
.pl.S:
( echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Do not modify. This file is auto-generated from ${.IMPSRC:T}.' ;\
echo '#ifdef PIC' ;\
perl ${PERLPATH} ${.IMPSRC} elf ${CFLAGS} -fpic -DPIC ;\
echo '#else' ;\
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 8:27 PM (18 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33151084
Default Alt Text
D6237.id16166.diff (1 KB)
Attached To
Mode
D6237: libcrypto: add "Generated from" reference to source file
Attached
Detach File
Event Timeline
Log In to Comment