Check-in [385e536150]
Overview
Comment:Added missing srcdir reference for test target
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 385e536150cfdd9ab328412782dd3b478139b628
User & Date: rkeene on 2014-05-23 19:11:06
Other Links: manifest | tags
Context
2014-06-13
02:52
Updated to include all headers check-in: b871b65c64 user: rkeene tags: trunk
2014-05-23
19:11
Added missing srcdir reference for test target check-in: 385e536150 user: rkeene tags: trunk
19:00
tcc4tcl 0.16 -- support out-of-directory builds and older Make check-in: c000e01e26 user: rkeene tags: trunk, 0.16
Changes

Modified Makefile.in from [219563abe0] to [4f9c45270c].

85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
		done
	$(srcdir)/patch-headers.sh "$(DESTDIR)$(PACKAGE_INSTALL_DIR)/include"

test:
	rm -rf __TMP__
	$(MAKE) install tcllibdir=$(shell pwd)/__TMP__
	-if [ "$(PACKAGE_VERSION)" = '@@VERS@@' ]; then cd __TMP__/* && sed -i 's|@@VERS@@|0.0.0.11|g' tcc4tcl.@SHOBJEXT@ pkgIndex.tcl; fi
	$(TCLSH) test __TMP__
	echo Tests Completed OK > TEST-STATUS
	rm -rf __TMP__

clean:
	rm -f tcc4tcl.o
	rm -f tcc4tcl.@SHOBJEXT@ tcc4tcl-static.a
	rm -f tcc4tcl.@SHOBJEXT@.a tcc4tcl.@SHOBJEXT@.def







|







85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
		done
	$(srcdir)/patch-headers.sh "$(DESTDIR)$(PACKAGE_INSTALL_DIR)/include"

test:
	rm -rf __TMP__
	$(MAKE) install tcllibdir=$(shell pwd)/__TMP__
	-if [ "$(PACKAGE_VERSION)" = '@@VERS@@' ]; then cd __TMP__/* && sed -i 's|@@VERS@@|0.0.0.11|g' tcc4tcl.@SHOBJEXT@ pkgIndex.tcl; fi
	$(TCLSH) $(srcdir)/test __TMP__
	echo Tests Completed OK > TEST-STATUS
	rm -rf __TMP__

clean:
	rm -f tcc4tcl.o
	rm -f tcc4tcl.@SHOBJEXT@ tcc4tcl-static.a
	rm -f tcc4tcl.@SHOBJEXT@.a tcc4tcl.@SHOBJEXT@.def