summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * .gitignore: Ignore test programs and logsP. J. McDermott2015-12-071-0/+4
| * tests/local.mk: Add missing dependencyP. J. McDermott2015-12-071-1/+2
| * tests/local.mk: Add missing backslashP. J. McDermott2015-12-071-1/+1
| * tests/resolve_deps.basic.sh: Define main()P. J. McDermott2015-12-071-6/+13
| * tests/reduce_deps.sh: Define main()P. J. McDermott2015-12-071-35/+27
| * tests/plat_is_concerned.sh: Define main()P. J. McDermott2015-12-071-47/+34
| * tests/parse_control.common.sh: Define main()P. J. McDermott2015-12-071-5/+10
| * tests/match_plat.sh: Define main()P. J. McDermott2015-12-071-8/+13
| * tests/match_arch.sh: Define main()P. J. McDermott2015-12-071-12/+17
| * tests/arch_is_concerned.sh: Wrap long linesP. J. McDermott2015-12-071-18/+26
| * tests/arch_is_concerned.sh: Define main()P. J. McDermott2015-12-071-47/+34
| * tests/common.sh: Remove use()P. J. McDermott2015-12-071-15/+0
| * tests/*.sh: Drop . and use()P. J. McDermott2015-12-078-31/+0
| * tests/local.mk: Build TESTS into check_PROGRAMSP. J. McDermott2015-12-071-2/+48
| * Makefile.am: s/prokit_LINK/LINK/P. J. McDermott2015-12-071-1/+1
| * .gitignore: UpdateP. J. McDermott2015-12-071-3/+3
| * configure.ac: Update AC_CONFIG_SRCDIR() macroP. J. McDermott2015-12-071-1/+1
| * Makefile.am: Add prokit_SOURCES to sourcesP. J. McDermott2015-12-071-0/+1
| * Makefile.am: ShuffleP. J. McDermott2015-12-071-9/+10
| * Makefile.am: Move do_substP. J. McDermott2015-12-071-5/+5
| * Makefile.am: Move SUFFIXESP. J. McDermott2015-12-071-2/+2
| * Makefile.am: Move and capitalize textdomainP. J. McDermott2015-12-071-2/+2
| * Makefile.am: Move include directives to bottomP. J. McDermott2015-12-071-6/+5
| * lib/local.mk: RemoveP. J. McDermott2015-12-072-1/+0
| * Move lib/package/*.sh to src/package/P. J. McDermott2015-12-074-2/+2
| * Move lib/profile/*.sh to src/profile/P. J. McDermott2015-12-075-3/+3
| * Move lib/cmd/*.sh to src/cmd/P. J. McDermott2015-12-0711-9/+10
| * Move lib/*.sh to src/P. J. McDermott2015-12-0623-24/+22
| * Rename src/prokit.sh to src/main.shP. J. McDermott2015-12-062-1/+1
| * src/prokit.sh: Drop magic numberP. J. McDermott2015-12-061-2/+0
| * Move some include directives out of Makefile.amP. J. McDermott2015-12-062-3/+4
| * Makefile.am: Drop bin_sources and pkgdata*_sourcesP. J. McDermott2015-12-061-11/+0
| * Makefile.am: Drop cmds and profilesP. J. McDermott2015-12-061-4/+0
| * lib/package/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
| * lib/profile/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
| * lib/cmd/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
| * lib/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
| * src/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
| * Makefile.am: Move include directivesP. J. McDermott2015-12-061-4/+7
| * lib/cmd.sh: Drop a newlineP. J. McDermott2015-12-061-1/+0
| * Makefile.am: Drop .sh inference ruleP. J. McDermott2015-12-061-5/+0
| * Makefile.am: s/.sm/.sho/P. J. McDermott2015-12-061-3/+3
| * Makefile.am: Shorten do_substP. J. McDermott2015-12-061-8/+1
| * Makefile.am: Drop pkgdata*dirP. J. McDermott2015-12-061-8/+1
| * Makefile.am: Drop *_SCRIPTSP. J. McDermott2015-12-061-10/+0
| * Makefile.am: s/_SCRIPTS/_sources/ in prokit_SOURCES definitionP. J. McDermott2015-12-061-5/+5
| * Makefile.am: Drop do_subst sed command from script compilationP. J. McDermott2015-12-061-4/+2
| * lib/profile.sh: Don't use substitution macrosP. J. McDermott2015-12-061-3/+1
| * lib/profile/proteanos.sh: Use register_profile()P. J. McDermott2015-12-061-0/+6
| * register_profile(): New functionP. J. McDermott2015-12-061-0/+10