diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-18 17:57:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-18 17:57:40 (EDT) |
commit | f408afaa69433f486e7270fbcbd9d8d4d53d18c5 (patch) | |
tree | 869b043e1e7ca0734f07e065ba280883ce1efb97 | |
parent | 8ff04b192888621b3fee4c2cd74c69b4545227f5 (diff) |
build: Build in src/unix.
-rwxr-xr-x | build | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ nop: configure: TCL_SHLIB_LD_EXTRAS='-Wl,-soname,$${TCL_LIB_FILE}' \ - oh-autoconfigure -s src/unix -- \ + oh-autoconfigure -s src/unix -B src/unix -- \ --enable-shared \ --enable-threads \ --enable-dll-unloading \ @@ -18,11 +18,11 @@ configure: touch $@ build: configure - oh-autobuild -s src/unix + oh-autobuild -s src/unix -B src/unix touch $@ install: build - oh-autoinstall -s src/unix -- \ + oh-autoinstall -s src/unix -B src/unix -- \ SCRIPT_INSTALL_DIR='$$(INSTALL_ROOT)/usr/share/$(OPK_SOURCE)' \ MANN_INSTALL_DIR='$$(MAN_INSTALL_DIR)/man3' mv dest/usr/share/man/man1/tclsh.1 dest/usr/share/man/man1/tclsh.$(V).1 |