From f408afaa69433f486e7270fbcbd9d8d4d53d18c5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 18 Sep 2013 17:57:40 -0400 Subject: build: Build in src/unix. --- (limited to 'build') diff --git a/build b/build index 4c95569..4fd3397 100755 --- a/build +++ b/build @@ -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 -- cgit v0.9.1