Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-24
1999-11-24 17:33:16 by Per Hedbor <ph@opera.com>
7bf2cc6264c47b2e4c70538a43984854fa3ce5d9 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Only delete .o files in the 'precompiled' directory
Rev: server/start:1.82
1:
#!/bin/sh #
-
# $Id: start,v 1.
81
1999/11/
19
01
:
24
:
52
marcus
Exp $
+
# $Id: start,v 1.
82
1999/11/
24
17
:
33
:
16
per
Exp $
pre="`echo \" $$ \" | sed -e 's/\(.........\)\(.*\)/\1/g'` :"
64:
remove_old_dot_o_files () { echo "$pre Removing old .o files ($1)" > "$roxendir/.remove_dumped_mark"
-
find
.
-name '*.o' | xargs rm -f
+
find
precompiled
-name '*.o' | xargs rm -f
}