[openssl-dev] [openssl.org #4464] UEFI/EDK2 build broken by removal of 'make files'.

David Woodhouse via RT rt at openssl.org
Mon Mar 21 10:33:09 UTC 2016


The EDK2 build was using 'make files', as follows:


make files
cd -

function filelist ()
{
    echo '1,/# Autogenerated files list starts here/p'
    echo '/# Autogenerated files list ends here/,$p'
    echo '/# Autogenerated files list starts here/a\'

    while read LINE; do
	case "$LINE" in
	    RELATIVE_DIRECTORY=*)
		eval "$LINE"
		;;
	    LIBSRC=*)
		LIBSRC=$(echo "$LINE" | sed s/^LIBSRC=//)
		for FILE in $LIBSRC; do
		    if [ "$FILE" != "b_print.c" ]; then
			echo -e '  $(OPENSSL_PATH)/'$RELATIVE_DIRECTORY/$FILE\\r\\
		    fi
		done
		;;
	esac
    done
    echo -e \\r
}

filelist < "${OPENSSL_PATH}/MINFO" |  sed -n -f - -i OpensslLib.inf


It wasn't pretty, but it worked. Now it doesn't. What should I be doing
instead?

-- 
David Woodhouse                            Open Source Technology Centre
David.Woodhouse at intel.com                              Intel Corporation


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4464
Please log in as guest with password guest if prompted

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5691 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160321/1a2cdef9/attachment.bin>


More information about the openssl-dev mailing list