index
:
opkhelper/opkhelper.git
feature/autoconf-and-automake
feature/build-system-improvements
feature/drop-libopkbuild-dep
feature/opkbuild-helper-script
feature/provide-archtab
feature/s-and-b-options
master
opkhelper-0.1.x
opkhelper-0.2.x
opkhelper-1.0.x
opkhelper-2.0.x
opkhelper-3.0.x
unclean-option
OPK build helper tools
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
oh-shlibdeps(1): New manual page
P. J. McDermott
2019-03-22
2
-0/+32
*
oh-shlibdeps: Use readelf instead of ldd
P. J. McDermott
2019-03-22
2
-10/+50
*
configure.ac, Makefile.am: Substitute @library_path@
P. J. McDermott
2019-03-22
2
-0/+26
*
configure.ac, Makefile.am: Find readelf instead of ldd
P. J. McDermott
2019-03-22
2
-10/+10
*
Makefile.am: Substitute @LD@ and @OPKG@
P. J. McDermott
2019-03-22
1
-0/+2
*
oh-shlibdeps: New utility
P. J. McDermott
2019-03-22
3
-0/+81
*
configure.ac: Find opkg
P. J. McDermott
2019-03-21
1
-0/+25
*
configure.ac: Find ldd
P. J. McDermott
2019-03-21
1
-0/+25
*
Revert "tools/shld.sh, tools/shpp.sh: Add"
P. J. McDermott
2019-03-21
2
-339/+0
*
tools/shld.sh, tools/shpp.sh: Add
Patrick McDermott
2018-12-20
2
-0/+339
*
Makefile.am: New "wikiman" target
P. J. McDermott
2014-09-02
1
-0/+18
*
TODO: Add note about "_SCRIPTS".
P. J. McDermott
2014-03-07
1
-0/+6
*
NEWS: Release opkhelper 3.0.0.
opkhelper-3.0.0
opkhelper-3.0.x
P. J. McDermott
2014-03-06
1
-1/+1
*
README: Rewrite.
P. J. McDermott
2014-03-06
1
-25/+16
*
Fix license version of build system.
P. J. McDermott
2014-03-06
2
-2/+2
*
tests/*: Add copyright/license notices.
P. J. McDermott
2014-03-06
5
-0/+59
*
*/local.mk */*/local.mk: Remove copyright notices.
P. J. McDermott
2014-03-06
7
-126/+0
*
lib/local.mk: Remove old macro expansion.
P. J. McDermott
2014-03-06
1
-2/+1
*
locale/en_US.sh: Add space in copyright notice.
P. J. McDermott
2014-03-06
1
-1/+1
*
autogen.sh: Add copyright and license information.
P. J. McDermott
2014-03-06
1
-0/+9
*
man/*.1in: Add extra space in copyright notices.
P. J. McDermott
2014-03-06
9
-9/+9
*
oh-autobuild(1): Add missing ".TP" macro.
P. J. McDermott
2014-03-06
1
-1/+2
*
lib/*/*.sh: Add extra space in copyright notices.
P. J. McDermott
2014-03-06
3
-3/+3
*
lib/*.sh: Add extra space in copyright notices.
P. J. McDermott
2014-03-06
5
-5/+5
*
lib/*.sh: Consolidate arg variable assignments.
P. J. McDermott
2014-03-06
5
-58/+15
*
src/*.sh: Add an extra space in copyirhgt notices.
P. J. McDermott
2014-03-06
9
-9/+9
*
lib/buildsystem/*.sh: Wrap long lines.
P. J. McDermott
2014-03-06
2
-10/+10
*
src/*.sh: Wrap long lines.
P. J. McDermott
2014-03-06
9
-29/+52
*
man/*.1in: s/@PACKAGE@/@PACKAGE_NAME@/.
P. J. McDermott
2014-03-06
9
-9/+9
*
man/*.1in: Use "MANUAL" macro.
P. J. McDermott
2014-03-06
9
-9/+9
*
Makefile.am: Add "MANUAL" macro.
P. J. McDermott
2014-03-06
1
-0/+3
*
scripts/changelog2news.sh: Change package name.
P. J. McDermott
2014-03-06
1
-2/+3
*
NEWS: Change package name.
P. J. McDermott
2014-03-06
1
-16/+16
*
configure.ac: Change package name.
P. J. McDermott
2014-03-06
1
-1/+1
*
NEWS: Mention helper configuration script.
P. J. McDermott
2014-03-05
1
-0/+9
*
configure.ac: Use "check-news" Automake option.
P. J. McDermott
2014-03-05
1
-1/+1
*
Merge branch 'feature/opkbuild-helper-script'.
P. J. McDermott
2014-03-05
4
-1/+34
|
\
|
*
.gitignore: Add "opkhelper".
feature/opkbuild-helper-script
P. J. McDermott
2014-03-03
1
-0/+1
|
*
Makefile.am: Add "opkhelper" helper file.
P. J. McDermott
2014-03-03
1
-1/+7
|
*
opkhelper.sh: New file.
P. J. McDermott
2014-03-03
1
-0/+1
|
*
configure.ac: Make opkbuild-helpers required.
P. J. McDermott
2014-03-03
1
-3/+6
|
*
configure.ac: Make opkbuild-helpers optional.
P. J. McDermott
2014-03-03
1
-1/+10
|
*
configure.ac: Add "--with-opkbuild-helpers=PATH".
P. J. McDermott
2014-03-02
1
-0/+13
*
|
configure.ac: Add "=PATH" to "--with-sh" help.
P. J. McDermott
2014-03-02
1
-1/+2
|
/
*
NEWS: Fix typographical errors.
P. J. McDermott
2014-03-02
1
-1/+1
*
NEWS: Add 3.0.0 section.
P. J. McDermott
2014-03-02
1
-0/+24
*
configure.ac: Set package version to "3.0.0".
P. J. McDermott
2014-03-02
1
-1/+1
*
Makefile.am: Never colorize ChangeLog.
P. J. McDermott
2014-03-02
1
-1/+1
*
Generate ChangeLog.
P. J. McDermott
2014-03-02
2
-1/+13
*
ChangeLog: Remove.
P. J. McDermott
2014-03-02
1
-140/+0
[next]