Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2007, 10:59:03 AM (16 years ago)
Author:
nicolasc
Message:
  • removed presentation folder - unneeded
  • fixed cmakeclearcache for for good
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/cmakeclearcache

    r524 r665  
    22# Clears the cmake cache
    33# Author: Nicolas Perrenoud <nicolape@ee.ethz.ch>
     4# Co-Author: Nicolas Schlumberger <nico_at_orxonox.net>
    45
    56find . -name "CMakeCache.txt" -exec rm -f {} \;
    6 find . -name "cmake_install" -exec rm -f {} \;
     7find . -name "cmake_install.camke" -exec rm -f {} \;
    78find . -name "CMakeFiles" -exec rm -fr {} \;
    8 find . -name "Makefile*" -exec rm -fr {} \;
     9find . -name "Makefile" -exec rm -fr {} \;
    910
    1011echo "Cmake Cache cleared!"
Note: See TracChangeset for help on using the changeset viewer.