Fossil SCM

Add "clean" target as well. Remove noncence part.

jan.nijtmans 2013-09-16 12:16 tcl-stubs-v2
Commit 4966e15d04e77a5f03e1f682a51f81f248c70959
--- compat/tcl-8.6/unix/Makefile
+++ compat/tcl-8.6/unix/Makefile
@@ -1,14 +1,12 @@
11
2
-all: libtclstub8.6.a tclConfig.sh
3
-
42
libtclstub8.6.a:
53
$(PREFIX)$(CC) -c -O2 -fomit-frame-pointer -DUSE_TCL_STUBS ../generic/tclStubLib.c -o tclStubLib.o
64
$(PREFIX)ar cr libtclstub8.6.a tclStubLib.o
75
$(PREFIX)ranlib libtclstub8.6.a
86
9
-tclConfig.sh:
10
- echo "abc" > $@
11
-
127
binaries:
138
@echo "Please copy the Tcl distribution you want to use to $(TCLSRCDIR),"
149
@echo "or compile Fossil with FOSSIL_ENABLE_TCL_STUBS"
10
+
11
+clean:
12
+ rm libtclstub8.6.a tclStubLib.o
1513
--- compat/tcl-8.6/unix/Makefile
+++ compat/tcl-8.6/unix/Makefile
@@ -1,14 +1,12 @@
1
2 all: libtclstub8.6.a tclConfig.sh
3
4 libtclstub8.6.a:
5 $(PREFIX)$(CC) -c -O2 -fomit-frame-pointer -DUSE_TCL_STUBS ../generic/tclStubLib.c -o tclStubLib.o
6 $(PREFIX)ar cr libtclstub8.6.a tclStubLib.o
7 $(PREFIX)ranlib libtclstub8.6.a
8
9 tclConfig.sh:
10 echo "abc" > $@
11
12 binaries:
13 @echo "Please copy the Tcl distribution you want to use to $(TCLSRCDIR),"
14 @echo "or compile Fossil with FOSSIL_ENABLE_TCL_STUBS"
 
 
 
15
--- compat/tcl-8.6/unix/Makefile
+++ compat/tcl-8.6/unix/Makefile
@@ -1,14 +1,12 @@
1
 
 
2 libtclstub8.6.a:
3 $(PREFIX)$(CC) -c -O2 -fomit-frame-pointer -DUSE_TCL_STUBS ../generic/tclStubLib.c -o tclStubLib.o
4 $(PREFIX)ar cr libtclstub8.6.a tclStubLib.o
5 $(PREFIX)ranlib libtclstub8.6.a
6
 
 
 
7 binaries:
8 @echo "Please copy the Tcl distribution you want to use to $(TCLSRCDIR),"
9 @echo "or compile Fossil with FOSSIL_ENABLE_TCL_STUBS"
10
11 clean:
12 rm libtclstub8.6.a tclStubLib.o
13

Keyboard Shortcuts

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