pem
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pem] [PATCH] pem won't build except in its srcdir


From: For anything and everything about GNU Pem
Subject: [Pem] [PATCH] pem won't build except in its srcdir
Date: Mon, 29 Aug 2011 12:43:13 -0400

The standard GNU configure script takes a control argument (--srcdir) so that the source directory and the build directory can be two separate dirs. This is a nice feature because if you run into any issues trying to build a package, you can just delete the build dir and start over.

 

Changing the last line of pem’s Makefile.am as follows:

 

--- Makefile.am.orig     2011-07-31 15:24:52.000000000 -0400

+++ Makefile.am     2011-08-29 12:43:18.000000000 -0400

@@ -43,4 +43,4 @@

pem_DATA = pem.txt

 

pem: $(pem_SOURCES)

-    @cp ./pem.pl pem

+    @cp $(abs_srcdir)/pem.pl pem

 

 

allowed me to build pem in a separate directory.

 

Thanks

PG

--

Sr. Technical Consultant, Stratus Technologies Inc.

Work: +1-978-461-7557; FAX: +1-978-461-3610; Twitter: stratuspaulg

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]