[Python-checkins] python/nondist/sandbox/datetime Makefile,1.6,1.7

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
2002年12月08日 12:01:15 -0800


Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv28449
Modified Files:
	Makefile 
Log Message:
Standard targets: default doesn't test, check->test, clean.
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile	20 Aug 2002 19:02:40 -0000	1.6
--- Makefile	8 Dec 2002 20:01:13 -0000	1.7
***************
*** 1,14 ****
 PYTHON=python2.3
- #PYTHON=../../../trunk/debug/python
 
! default: check
! all:	_datetime.so
 
! _datetime.so: datetime.c datetime.h
 	$(PYTHON) setup.py build_ext -i
 
! check:	_datetime.so
! 	$(PYTHON) test_datetime.py
! 	$(PYTHON) test_cdatetime.py
 
! test:	check
--- 1,14 ----
 PYTHON=python2.3
 
! DTSO=	_datetime.so
 
! all:	$(DTSO)
! 
! $(DTSO): datetime.c datetime.h
 	$(PYTHON) setup.py build_ext -i
 
! test:	$(DTSO)
! 	$(PYTHON) test_both.py
 
! clean:
! 	rm -rf $(DTSO) build *.pyc *.pyo *~

AltStyle によって変換されたページ (->オリジナル) /