Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added missing space in target pkgIndex.tcl-hand. Thanks to Gustaf Neumann for reporting the problem and providing a fix. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | origin |
Files: | files | file ages | folders |
SHA1: |
f72751fb5734cfb3f8fcad40b91ea084 |
User & Date: | rolf 2008-08-27 11:39:36 |
Context
2008-08-27
| ||
11:40 | See file. check-in: 171f741ae8 user: rolf tags: trunk, origin | |
11:39 | Added missing space in target pkgIndex.tcl-hand. Thanks to Gustaf Neumann for reporting the problem and providing a fix. check-in: f72751fb57 user: rolf tags: trunk, origin | |
2008-05-24
| ||
22:01 | See file. check-in: b4d7122edf user: rolf tags: trunk, origin | |
Changes
Changes to Makefile.in.
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
$(COMPILE) -c `@CYGPATH@ $<` -o $@ #======================================================================== # Create the pkgIndex.tcl file. #======================================================================== pkgIndex.tcl-hand: @(echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION)\ "load [list [file join $$dir $(PKG_LIB_FILE)]];\ source [list [file join $$dir tdom.tcl]]"'\ ) > pkgIndex.tcl #======================================================================== # Distribution creation # You may need to tweak this target to make it work correctly. |
| |
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
$(COMPILE) -c `@CYGPATH@ $<` -o $@
#========================================================================
# Create the pkgIndex.tcl file.
#========================================================================
pkgIndex.tcl-hand:
@(echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \
"load [list [file join $$dir $(PKG_LIB_FILE)]];\
source [list [file join $$dir tdom.tcl]]"'\
) > pkgIndex.tcl
#========================================================================
# Distribution creation
# You may need to tweak this target to make it work correctly.
|