[L4alpha-cvscommit] CVS: L4Alpha-tools Makefile,1.3,1.4
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2001-11-26 09:00:36
|
Update of /cvsroot/l4alpha/L4Alpha-tools In directory usw-pr-cvs1:/tmp/cvs-serv12429 Modified Files: Makefile Log Message: Creates bin/ dir for tools and installs them there. Index: Makefile =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha-tools/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 2001/11/12 05:16:39 1.3 --- Makefile 2001/11/26 09:00:30 1.4 *************** *** 6,10 **** TOOL_PATH:=bin ! all: make -C hal make -C hal-ev5 --- 6,10 ---- TOOL_PATH:=bin ! all: bin make -C hal make -C hal-ev5 *************** *** 24,27 **** --- 24,30 ---- make clean -C mapcvt # make clean -C sysgen + + bin: + mkdir -p bin realclean: clean |