diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-04 14:24:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-04 14:24:54 +0000 |
commit | bb2f3e795f46c041e0c5744c4a7ff7b061cd3306 (patch) | |
tree | 54e344c08f61d39f9f43db46e46d192c1308cde4 /scripts | |
parent | 21226b852ffb99059e2cf8bc13e8e69cf7aa2962 (diff) |
run the complete 'make distclean' before building everything
svn path=/trunk/; revision=16189
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index 4ec9b813..7e476a87 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -55,7 +55,7 @@ set echo "--- mounts ----------------------------------------" mount print_ip_address -make package_clean +make distclean make install && make package |