summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Add a "dist-xz" target.P. J. McDermott2012-10-261-0/+4
|
* Distribute both COPYING.2 and COPYING.3.P. J. McDermott2012-10-201-1/+2
| | | | | This change was present in opkbuild 3.0.0-alpha2; I just forgot to commit it into the repository...
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Add a space before "=" in macro assignment.P. J. McDermott2012-10-131-1/+1
|
* Include tests in opkbuild distribution archive.P. J. McDermott2012-10-101-0/+1
|
* Support OPKHELPER_3_0 macro in makefiles.P. J. McDermott2012-10-081-1/+3
|
* Add sysconfdir macro to Makefile.in.P. J. McDermott2012-10-081-0/+2
|
* Uninstall main lib modules after lib plugins.P. J. McDermott2012-10-081-1/+1
| | | | | This allows the libopkbuild directory to be removed (unless the user has added other files under this directory).
* Fix "distdir" macro in lib/*/Makefile.in.P. J. McDermott2012-10-041-2/+2
|
* Remove old genopkg.sh script.P. J. McDermott2012-10-041-2/+1
| | | | | | | | This isn't needed to test opkbuild anymore, since: * Build dependency checking can be disabled with the "-d" option and * libopkbuild directly queries the filesystem for arch and plat information.
* Add "metadata" macro to the main makefile.P. J. McDermott2012-10-021-0/+1
|
* Add lib/{package,metadata}/ files to build system.P. J. McDermott2012-09-301-0/+10
|
* Pass "metadata" macro to sub-makefiles.P. J. McDermott2012-09-301-1/+2
|
* Fix shell command language list.P. J. McDermott2012-09-091-1/+1
|
* Make "test" target depend on "all" target.P. J. McDermott2012-09-081-1/+1
|
* Pass DESTDIR macro into environment of unit tests.P. J. McDermott2012-09-081-1/+1
|
* Add support for unit tests to build system.P. J. McDermott2012-09-081-0/+4
|
* Add "libopkbuild" macro to build system.P. J. McDermott2012-09-041-1/+3
|
* Update makefiles for opkbuild 3.0.0.P. J. McDermott2012-09-041-1/+1
|
* Get rid of old INSTALL macros.P. J. McDermott2012-08-021-2/+0
|
* Pass macros like DESTDIR without using a file.P. J. McDermott2012-08-021-24/+26
|
* Write locale input makefile.P. J. McDermott2012-08-021-4/+13
|
* Start rewriting build system.P. J. McDermott2012-08-021-42/+25
|
* Replace "/bin/sh" with "@@SHELL@@" in scripts.P. J. McDermott2012-04-241-0/+1
|
* Add '@@PACKAGE@@' and '@@VERSION@@' build macros.P. J. McDermott2012-03-211-1/+3
|
* Add DATADIR to build system.P. J. McDermott2012-02-201-0/+2
|
* Add 'ChangeLog' to distributed files.P. J. McDermott2012-02-131-1/+2
|
* Write a 'README' file.P. J. McDermott2012-02-131-1/+1
|
* Remove duplicate definition of macro 'MAKE'.P. J. McDermott2012-02-131-1/+0
|
* Fix 'dist-bzip2' target in input makefile.P. J. McDermott2012-02-131-1/+1
|
* Add distribution targets to build system.P. J. McDermott2012-02-131-0/+23
|
* Fix build system destination directory handling.P. J. McDermott2012-01-311-1/+1
|
* Eliminate leading line break in 'install.config'.P. J. McDermott2012-01-251-2/+1
|
* Always populate 'install.config'.P. J. McDermott2012-01-251-3/+6
|
* Fix uninstallation.P. J. McDermott2012-01-251-3/+3
| | | | | * Read installation configuration file. * Correctly spell macro names.
* Recurse into subdirectories in build system.P. J. McDermott2012-01-251-12/+20
|
* Start trying to modularize the makefiles.P. J. McDermott2012-01-241-64/+28
|
* Install oh-gencontrol.P. J. McDermott2012-01-211-0/+4
|
* Suppress 'rm' errors on uninstall.P. J. McDermott2012-01-211-10/+10
|
* Document oh-gencontrol.P. J. McDermott2012-01-211-0/+7
|
* Modify build system for "compilation" and libs.P. J. McDermott2012-01-211-10/+36
|
* Write oh-installfiles(1) and oh-buildopk(1) pages.P. J. McDermott2012-01-201-0/+8
|
* Write oh-strip(1) manual page.P. J. McDermott2012-01-201-0/+4
|
* Add MANDIR option and macro to build system.P. J. McDermott2012-01-201-0/+5
|
* Fix BINDIR, support DESTDIR, and prettify output.P. J. McDermott2012-01-191-9/+17
|
* Initial commit. Write build system.P. J. McDermott2012-01-191-0/+46