Check-in [dc8f5f22bf]
Overview
Comment:Updated to cleanup wish if built
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: dc8f5f22bf2a292bdfa0e93a06a04ae21907509c
User & Date: rkeene on 2010-09-30 16:20:43
Other Links: manifest | tags
Context
2010-09-30
16:47
Updated to configure KitDLL correctly if asked to build check-in: 9cf7d99fe3 user: rkeene tags: trunk
16:20
Updated to cleanup wish if built check-in: dc8f5f22bf user: rkeene tags: trunk
16:19
Fixed issue with globbing a single file or directory check-in: b358be54cd user: rkeene tags: trunk
Changes

Modified kitdll/buildsrc/kitdll-0.0/Makefile.in from [6ce16de7bd] to [234d9ecc62].

42
43
44
45
46
47
48
49

50
51
52
53
54
55
56
57
58

# Cleanup routeines
clean:
	rm -f libtclkit.@SHOBJEXT@
	rm -f $(OBJS)
	rm -f vfs_kitdll_data_tcl.c
	rm -f vfs_kitdll.tcl.h
	rm -f tclsh.o tclsh


distclean: clean
	rm -f config.status config.log
	rm -f *~
	rm -f Makefile

mrproper: distclean

.PHONY: all clean distclean







|
>









42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59

# Cleanup routeines
clean:
	rm -f libtclkit.@SHOBJEXT@
	rm -f $(OBJS)
	rm -f vfs_kitdll_data_tcl.c
	rm -f vfs_kitdll.tcl.h
	rm -f tclsh.o tclsh tclsh.exe
	rm -f wish.o wish wish.exe

distclean: clean
	rm -f config.status config.log
	rm -f *~
	rm -f Makefile

mrproper: distclean

.PHONY: all clean distclean