[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] aespipe - fix build issues
Jari Ruusu wrote:
> Alon Bar-Lev wrote:
> > So if you don't like to add automake, will you consider accepting
> > another patch that adds install-strip target?
>
> Yes, send a patch.
I added that already. I had to drop that aespipe dependency from install and
install-strip targets. Because this didn't work OK:
make x86
make install
Your version insisted on rebuilding C language versions of aes.c and md5.c
--
Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD
--- Makefile.in.old 2008-11-01 19:27:10.000000000 +0200
+++ Makefile.in 2008-11-01 20:58:32.000000000 +0200
@@ -57,6 +57,10 @@
cp $(srcdir)/aespipe.1 "$(DESTDIR)@mandir@/man1/aespipe.1"
chmod 0644 "$(DESTDIR)@mandir@/man1/aespipe.1"
+install-strip:
+ strip aespipe
+ make install
+
tests:
dd if=/dev/zero of=test-file1 bs=1024 count=33
echo 09876543210987654321 >test-file4
@@ -104,4 +108,4 @@
echo "NO MD5 TEST" >test-file2
echo "NO MD5 TEST" >test-file5
-.PHONY: aespipe x86 i586 amd64 clean distclean install tests test-part2 test-part3 test-part4 test-part5
+.PHONY: aespipe x86 i586 amd64 clean distclean install install-strip tests test-part2 test-part3 test-part4 test-part5
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/