| Last change
                  on this file since 519 was
                  389,
                  checked in by nicolasc, 18 years ago | 
        
          | 
merged audio into FICN
 | 
        
          | 
              
                  Property svn:executable set to
                  * | 
        | File size:
            300 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | #!/bin/bash | 
|---|
| 2 | # Clears the cmake cache | 
|---|
| 3 | # Author: Nicolas Perrenoud <nicolape@ee.ethz.ch> | 
|---|
| 4 |  | 
|---|
| 5 | find . -iname "cmakecache*" -exec rm -f {} \; | 
|---|
| 6 | find . -iname "cmake_ins*" -exec rm -f {} \; | 
|---|
| 7 | find . -iname "cmakefiles*" -exec rm -fr {} \; | 
|---|
| 8 | find . -iname "Makefile*" -exec rm -fr {} \; | 
|---|
| 9 |  | 
|---|
| 10 | echo "Cmake Cache cleared!" | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.