sherwinchetan / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

[PATCH] Standardized makefile #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The following patch adds standardized variables and install behavior, e.g
variables like DESTDIR, PREFIX and use of command install(1). When the 
manual page is written, the Makefile contains target to install it.

jari.aalto@cante.net

Original issue reported on code.google.com by jari.aalto.fi@gmail.com on 17 Mar 2009 at 9:07

Attachments:

GoogleCodeExporter commented 8 years ago
------------------------------------------------------------------------
r207 | mooredan | 2010-10-19 10:13:15 -0600 (Tue, 19 Oct 2010) | 6 lines

Incorporated nearly all of the changes outlined in issue #52

This is probably wasted work though since issue #99
is going to get the build process on autotools.

Applying patch to clear this issue.

Note: PREFIX is /usr vs. /usr/local  Yes, I know the standard location should 
be /usr/local, but many distributions nowadays prefer /usr over /usr/local  

Use "make PREFIX=/usr/local install" if desired.

Original comment by dmoore4...@gmail.com on 19 Oct 2010 at 4:18