[L4alpha-cvscommit] CVS: L4Alpha-bl Makefile,1.8,1.9
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2001-11-26 02:49:26
|
Update of /cvsroot/l4alpha/L4Alpha-bl In directory usw-pr-cvs1:/tmp/cvs-serv6753 Modified Files: Makefile Log Message: The "export" is important! Index: Makefile =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha-bl/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 2001/11/12 04:52:08 1.8 --- Makefile 2001/11/26 02:49:20 1.9 *************** *** 21,25 **** ASFLAGS = $(INCLUDES) - # # There shouldn't be any need to change anything below this line. --- 21,24 ---- *************** *** 33,36 **** --- 32,37 ---- SIZEMAGIC=L4SIZ1 + export + all: all-recursive l4bl.nh *************** *** 52,56 **** lib/%: ! $(MAKE) -C lib $* clean: clean-recursive --- 53,57 ---- lib/%: ! $(MAKE) -C lib $* $(MFLAGS) clean: clean-recursive |