source: gs2-extensions/gnome-lib/trunk/src/CROSS-RESET.sh

Last change on this file was 26807, checked in by davidb, 11 years ago

Helpful script to reset cross-compilation

  • Property svn:executable set to *
File size: 269 bytes
Line 
1#!/bin/bash
2
3echo ""
4echo "Deleting .CONFIG-UPDATE-DONE to allow 'untar' + 'patch' to be applied"
5/bin/rm -f .CONFIG-UPDATE-DONE
6echo "Deleting packages/zlib-1.2.7/configure.log to assist with zlib re-compilation"
7/bin/rm -f packages/zlib-1.2.7/configure.log
8echo ""
Note: See TracBrowser for help on using the repository browser.