source:
build/bhep/trunk/obuild/pre_build@
264
| Last change on this file since 264 was 256, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 152 bytes | |
| Rev | Line | |
|---|---|---|
| [256] | 1 | #!/bin/sh -f |
| 2 | ||
| 3 | #set -x | |
| 4 | ||
| 5 | /bin/rm -R -f ../bhep | |
| 6 | ||
| 7 | mkdir -p ../bhep | |
| 8 | ||
| 9 | find ../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.
