NetBSD/distrib/alpha/toolchain-install/Makefile

26 lines
547 B
Makefile
Raw Normal View History

1998-12-09 03:22:03 +03:00
# $NetBSD: Makefile,v 1.3 1998/12/09 00:22:03 ross Exp $
#
# XXX this is evil
TC_SRC_DIR=/ide/rossDec97/toolchain
includes lint obj regress tags:
# dependencies should be handled, but aren't for now.
depend:
all: MADE
MADE:
cd $(TC_SRC_DIR) ; configure
cd $(TC_SRC_DIR) ; make BISON="yacc"
touch MADE
1998-09-05 18:46:13 +04:00
clean cleandir distclean::
cd $(TC_SRC_DIR) ; make -k distclean
rm -f MADE
install:
NETBSDSRCDIR=/usr/src \
sh -e mk-toolchain-install-cmds \
| (cd $(TC_SRC_DIR) ; \
STRIP=$(TC_SRC_DIR)/binutils/strip.new \
sh -e -x)