Overview
Comment: | install-sh doesn't work. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
328cc9cdf7e629792c97c1ab9e0070a3 |
User & Date: | js on 2007-09-24 21:12:55 |
Other Links: | manifest | tags |
Context
2007-09-24
| ||
21:37 | Use test instead of [ ]. check-in: e7ff22216a user: js tags: trunk | |
21:12 | install-sh doesn't work. check-in: 328cc9cdf7 user: js tags: trunk | |
19:13 | Abort on error. check-in: 57bff58833 user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [714fa3a4f3] to [748394559c].
︙ | ︙ | |||
45 46 47 48 49 50 51 | PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@ PLUGIN_SUFFIX = @PLUGIN_SUFFIX@ INSTALL_LIB = @INSTALL_LIB@ UNINSTALL_LIB = @UNINSTALL_LIB@ CLEAN_LIB = @CLEAN_LIB@ LN_S = @LN_S@ MKDIR_P = mkdir -p | | | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@ PLUGIN_SUFFIX = @PLUGIN_SUFFIX@ INSTALL_LIB = @INSTALL_LIB@ UNINSTALL_LIB = @UNINSTALL_LIB@ CLEAN_LIB = @CLEAN_LIB@ LN_S = @LN_S@ MKDIR_P = mkdir -p INSTALL = install SHELL = @SHELL@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ plugindir ?= ${PACKAGE} datarootdir = @datarootdir@ |
︙ | ︙ |