Fossil SCM

fix small issue in postbuild

accordsy 2010-02-28 08:18 ron-make
Commit 7f2ccea7ff4e9cd607d771f56a12e6cece496fe1
1 file changed +5 -4
+5 -4
--- make.sh
+++ make.sh
@@ -28,16 +28,17 @@
2828
then
2929
. $optsfile
3030
fi
3131
3232
make -f Makefile${cross} ${clean} || die "Could not build!"
33
+
34
+ if [ "$clean" != "clean" ]
35
+ then
36
+ postbuild
37
+ fi
3338
)
3439
35
- if [ "$clean" != "clean" ]
36
- then
37
- postbuild
38
- fi
3940
}
4041
4142
syntax()
4243
{
4344
cat <<EOF
4445
--- make.sh
+++ make.sh
@@ -28,16 +28,17 @@
28 then
29 . $optsfile
30 fi
31
32 make -f Makefile${cross} ${clean} || die "Could not build!"
 
 
 
 
 
33 )
34
35 if [ "$clean" != "clean" ]
36 then
37 postbuild
38 fi
39 }
40
41 syntax()
42 {
43 cat <<EOF
44
--- make.sh
+++ make.sh
@@ -28,16 +28,17 @@
28 then
29 . $optsfile
30 fi
31
32 make -f Makefile${cross} ${clean} || die "Could not build!"
33
34 if [ "$clean" != "clean" ]
35 then
36 postbuild
37 fi
38 )
39
 
 
 
 
40 }
41
42 syntax()
43 {
44 cat <<EOF
45

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button