[go: up one dir, main page]

Menu

/trunk/config Commit Log


Commit Date  
[r1816] by whebisch

Misc cleanups

2014-10-16 21:08:38 Tree
[r1801] by whebisch

Remove traces of noweb from build machinery

2014-09-10 15:39:59 Tree
[r1789] by hemmecke

use ${MKDIR_P} instead of 'mkdir -p'

2014-08-03 22:47:06 Tree
[r1763] by whebisch

Do not use notangle during build.

2014-05-15 13:02:32 Tree
[r1667] by hemmecke

remove trailing whitespace, trailing empty lines, expand tabs

remove trailing whitespace
find . -type f -a ! -regex '\./\.git/.*' -a ! -name '*.ps' -a ! -name '*.daase' -a ! -name '*.icns' -exec sed -i 's/[ \t]*$//' {} \;

remove trailing empty lines
find . -type f -a ! -regex '\./\.git/.*' -a ! -name '*.ps' -a ! -name '*.daase' -a ! -name '*.icns' -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

expand tabs to spaces
for f in $(grep -lR ' ' *|grep -v Make|grep -v config|fgrep -v '.as'|grep -v '.ht$'|grep -v 'diff$'|grep -v 'icns$'|grep -v rules|grep -v ChangeLog); do expand $f > $f.x; mv $f.x $f; done

2013-11-16 19:31:39 Tree
[r1628] by whebisch

Makefile cleanup.

2013-08-14 16:04:08 Tree
[r1613] by whebisch

Clean up of build system.

2013-08-05 01:29:47 Tree
[r1587] by hemmecke

make dist and use pregenerated files

2013-07-09 20:53:13 Tree
[r1503] by whebisch

More renames of 'Axiom' to 'FriCAS'.

2012-12-29 23:57:30 Tree
[r1473] by whebisch

Rename C config header.

2012-10-18 10:51:58 Tree
Older >