source: build/bhep/trunk/obuild/cpincs.sh @ 252

Last change on this file since 252 was 252, checked in by barrand, 17 years ago
  • Property svn:executable set to *
File size: 152 bytes
Line 
1#!/bin/sh -f
2
3#set -x
4
5/bin/rm -R -f ../bhep
6
7mkdir -p ../bhep
8
9find ../source -name "*.h" -exec /bin/cp {} ../bhep/. \;
10
11/bin/cp config.h ../bhep/.
12
13
14
Note: See TracBrowser for help on using the repository browser.