Module Name:    src
Committed By:   christos
Date:           Mon Jul 30 10:25:24 UTC 2012

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: Makefile

Log Message:
fix the generation


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile:1.5 src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile:1.6
--- src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile:1.5	Sat Jul 28 15:21:57 2012
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/Makefile	Mon Jul 30 06:25:24 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2012/07/28 19:21:57 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2012/07/30 10:25:24 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -11,6 +11,6 @@ regen:
 		perl -I${OPENSSLSRC}/crypto/perlasm \
 		-I${OPENSSLSRC}/crypto/bn/asm $$i elf -fPIC \
 		| sed -e 's,^\.file.*$$,#include <machine/asm.h>,' \
-			-e 's/OPENSSL_cpuid_setup/OPENSSL_cpuid_setup@PLT/' \
+			-e 's/	call	OPENSSL_cpuid_setup/	PIC_PROLOGUE!	call	PIC_PLT(OPENSSL_cpuid_setup)!	PIC_EPILOGUE/' | tr '!' '\n' \
 		> $$(basename $$i .pl).S; \
 	done

Reply via email to