Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135594747
D6237.id16163.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.id16163.diff
View Options
Index: secure/lib/libcrypto/Makefile.asm
===================================================================
--- secure/lib/libcrypto/Makefile.asm
+++ secure/lib/libcrypto/Makefile.asm
@@ -58,17 +58,23 @@
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} )
-
-x86_64cpuid.cmt: x86_64cpuid.pl
- ( cd `dirname ${.ALLSRC}` ; perl ${.ALLSRC} ${.OBJDIR}/${.TARGET} )
+.pl.S:
+ ( cd `dirname ${.IMPSRC}`/.. ;\
+ echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Generated from ${.IMPSRC:T}' ;\
+ perl ${.IMPSRC} ) > ${.OBJDIR}/${.TARGET}
+
+sha256-x86_64.S: sha512-x86_64.pl
+ ( cd `dirname ${.ALLSRC}`/.. ;\
+ echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Generated from ${.ALLSRC:T}' ;\
+ perl ${.ALLSRC} ) > ${.OBJDIR}/${.TARGET}
+
+x86_64cpuid.S: x86_64cpuid.pl
+ ( cd `dirname ${.ALLSRC}` ;\
+ echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Generated from ${.ALLSRC:T}' ;\
+ perl ${.ALLSRC} ) > ${.OBJDIR}/${.TARGET}
.elif ${MACHINE_CPUARCH} == "i386"
@@ -136,6 +142,7 @@
.pl.S:
( echo ' # $$'FreeBSD'$$' ;\
+ echo ' # Generated from ${.IMPSRC:T}\n' ;\
echo '#ifdef PIC' ;\
perl ${PERLPATH} ${.IMPSRC} elf ${CFLAGS} -fpic -DPIC ;\
echo '#else' ;\
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 12, 3:42 AM (15 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25192256
Default Alt Text
D6237.id16163.diff (1 KB)
Attached To
Mode
D6237: libcrypto: add "Generated from" reference to source file
Attached
Detach File
Event Timeline
Log In to Comment