repo.or.cz
/
harbours.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix pcc build
[harbours.git]
/
facade
/
strip
blob
97d4ecb037e44b2bb94b23408f68b52372a5829a
1
#!/bin/sh
2
3
run_it
() {
4
# echo "[STRIP $PWD]:" "$@"
5
exec
"$@"
6
}
7
8
run_it
$HELENOS_CROSS_PATH
/
$HSCT_REAL_TARGET
-strip
"$@"