Make it work

This commit is contained in:
Eric Andersen 2002-05-31 10:43:51 +00:00
parent 371c7c8ad9
commit 50c50af468

View File

@ -5,10 +5,10 @@
# Maintainer: Ken Restivo <ken@246gt.com> # Maintainer: Ken Restivo <ken@246gt.com>
# #
############################################################# #############################################################
#$Id: strace.mk,v 1.1 2002/05/23 19:21:23 andersen Exp $ #$Id: strace.mk,v 1.2 2002/05/31 10:43:51 andersen Exp $
# TARGETS # TARGETS
STRACE_SITE:=http://prdownloads.sourceforge.net/strace STRACE_SITE:=http://telia.dl.sourceforge.net/sourceforge/strace
STRACE_SOURCE:=strace_4.4-1.tar.gz STRACE_SOURCE:=strace_4.4-1.tar.gz
STRACE_DIR:=$(BUILD_DIR)/strace-4.4 STRACE_DIR:=$(BUILD_DIR)/strace-4.4
@ -24,12 +24,12 @@ $(STRACE_DIR)/.dist: $(DL_DIR)/$(STRACE_SOURCE)
$(STRACE_DIR)/Makefile: $(STRACE_DIR)/.dist $(STRACE_DIR)/Makefile: $(STRACE_DIR)/.dist
(cd ${STRACE_DIR}; \ (cd ${STRACE_DIR}; \
export PATH="${TARGET_PATH}"; \ export PATH="${TARGET_PATH}"; \
./configure --with-shared --prefix=$(STAGING_DIR)/usr --target=arm-linux \ ./configure --with-shared --prefix=$(STAGING_DIR)/usr \
--host=arm-linux ) --target=$(ARCH)-linux --host=$(ARCH)-linux )
$(STRACE_DIR)/strace: $(STRACE_DIR)/Makefile $(STRACE_DIR)/strace: $(STRACE_DIR)/Makefile
make -C $(STRACE_DIR) CC="${TARGET_CC}" LD="${TARGET_LD}"\ make CC="${TARGET_CC}" LD="${TARGET_LD}" \
AS="${TARGET_AS}" AS="${TARGET_AS}" -C $(STRACE_DIR)
$(STAGING_DIR)/usr/bin/strace: $(STRACE_DIR)/strace $(STAGING_DIR)/usr/bin/strace: $(STRACE_DIR)/strace
-mkdir -p $(STAGING_DIR)/usr/man/man1 -mkdir -p $(STAGING_DIR)/usr/man/man1