Date: 04/24/98
- Next message: Bug Database: "[PHP-DEV] Bug #298 Updated: Missing symbols after make clean"
- Previous message: rasmus <email protected>: "Re: [PHP-DEV] CVS update: php3"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday April 24, 1998 @ 8:16
Author: amitay
Update of /repository/php3
In directory asf:/tmp/cvs-serv1306
Modified Files:
Makefile.in
Log Message:
make clean now cleans up in dbase directory as well.
Index: php3/Makefile.in
diff -c php3/Makefile.in:1.211 php3/Makefile.in:1.212
*** php3/Makefile.in:1.211 Mon Apr 20 10:16:32 1998
--- php3/Makefile.in Fri Apr 24 08:16:51 1998
***************
*** 24,30 ****
# +----------------------------------------------------------------------+
#
! # $Id: Makefile.in,v 1.211 1998/04/20 14:16:32 ssb Exp $
#
prefix = <email protected>@
--- 24,30 ----
# +----------------------------------------------------------------------+
#
! # $Id: Makefile.in,v 1.212 1998/04/24 12:16:51 amitay Exp $
#
prefix = <email protected>@
***************
*** 173,178 ****
--- 173,179 ----
-rm -f $(FUNCTIONS)
-rm -f test/php.desc test/php.in test/php.out test/php.test
-rm -f test/a.tmp test/b.tmp test/test.dbm*
+ (cd dbase; $(MAKE) clean))
distclean: clean
-rm -f config.status config.cache config.log
- Next message: Bug Database: "[PHP-DEV] Bug #298 Updated: Missing symbols after make clean"
- Previous message: rasmus <email protected>: "Re: [PHP-DEV] CVS update: php3"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

