summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* libexpat.1-dev: Remove static libraryPatrick McDermott2019-06-221-0/+1
|
* Add a "nop" makefile target.P. J. McDermott2012-11-161-0/+3
|
* Quote operand to rm.P. J. McDermott2012-11-161-1/+1
|
* Use multiarch library directories.P. J. McDermott2012-11-151-1/+1
|
* Don't distribute libexpat.la.P. J. McDermott2012-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .la files are "libtool library files" – static library metadata files generated by GNU libtool. We don't need these since we provide all of our metadata in binary packages' control files. For example, here is the .la file for libexpat.so.1: # libexpat.la - a libtool library file # Generated by libtool (GNU libtool) 2.4 Debian-2.4-2ubuntu1 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libexpat.so.1' # Names of this library. library_names='libexpat.so.1.6.0 libexpat.so.1 libexpat.so' # The name of the static archive. old_library='libexpat.a' # Linker flags that can not go in dependency_libs. inherited_linker_flags='' # Libraries that this one depends upon. dependency_libs='' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libexpat. current=7 age=6 revision=0 # Is this an already installed library? installed=yes # Should we warn about portability when linking against -modules? shouldnotlink=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/usr/lib'
* The "install" target doesn't need "touch $@".P. J. McDermott2012-10-241-2/+1
|
* Add a "clean" target.P. J. McDermott2012-10-221-0/+5
|
* Prevent targets from being updated multiple times.P. J. McDermott2012-10-221-0/+3
|
* Add a "configure" target.P. J. McDermott2012-10-221-1/+3
|
* Make "install" target depend on "build".P. J. McDermott2012-10-221-1/+1
|
* Use oh-auto{configure,build,install}.P. J. McDermott2012-10-221-7/+3
| | | | | NOTE: Requires opkhelper 3.0.0-alpha2 (not yet released) or at least commit 93fd1039 in opkhelper's Git repository.
* Fix data file ownerships and permissions.P. J. McDermott2012-10-211-0/+1
| | | | | NOTE: Requires opkhelper 3.0.0-alpha2 (not yet released), or at least commit 0e12876e in opkhelper's Git repository.
* Enable stripping of binary files.P. J. McDermott2012-10-211-1/+1
| | | | | NOTE: Requires opkhelper 3.0.0-alpha2 (not yet released), or at least commit 260c0b17 in opkhelper's Git repository.
* Fix an Automake target name.P. J. McDermott2012-10-111-1/+1
|
* Don't use *-arch and *-indep makefile targets.P. J. McDermott2012-10-111-18/+4
|
* Update packaging to SPF 2.0.P. J. McDermott2012-10-021-13/+23
|
* Add '--build' and '--host' configure options.P. J. McDermott2012-04-221-1/+2
|
* Initial commit.P. J. McDermott2012-04-111-0/+17