[PHP-DEV] cvs: /php3 build.mk /php3 config.h.in /php3 .cvsignore makedist /php3/regex .cvsignore Makefile.in From: Sascha Schumann (sascha <email protected>)
Date: 11/30/99

sas Tue Nov 30 16:28:03 1999 EDT

  Added files:
    /php3 build.mk

  Removed files:
    /php3 config.h.in

  Modified files:
    /php3 .cvsignore makedist
    /php3/regex .cvsignore Makefile.in
  Log:
  Remove config.h.in from CVS. ``build.mk'' can be used now to generate the usual batch of build tools.
  
  
Index: php3/.cvsignore
diff -u php3/.cvsignore:1.20 php3/.cvsignore:1.21
--- php3/.cvsignore:1.20 Fri Jul 16 14:27:22 1999
+++ php3/.cvsignore Tue Nov 30 16:27:31 1999
@@ -3,6 +3,7 @@
 config.log
 config.status
 config.h
+config.h.in
 build-defs.h
 Makefile
 Makefile.depend
Index: php3/makedist
diff -u php3/makedist:1.28 php3/makedist:1.29
--- php3/makedist:1.28 Thu Sep 23 11:38:42 1999
+++ php3/makedist Tue Nov 30 16:27:31 1999
@@ -24,7 +24,7 @@
 #
 # Written by Stig Bakken <ssb <email protected>> 1997-05-28.
 #
-# $Id: makedist,v 1.28 1999/09/23 15:38:42 rasmus Exp $
+# $Id: makedist,v 1.29 1999/11/30 21:27:31 sas Exp $
 #
 
 CVSROOT=:pserver:cvsread <email protected>:/repository
@@ -95,7 +95,7 @@
 # generate some files so people don't need bison, flex and autoconf
 # to install
 set -x
-autoconf
+make -f build.mk
 bison -p php -v -d language-parser.y
 flex -Pphp -olanguage-scanner.c -i language-scanner.lex
 bison -p cfg -v -d configuration-parser.y
Index: php3/regex/.cvsignore
diff -u php3/regex/.cvsignore:1.8 php3/regex/.cvsignore:1.9
--- php3/regex/.cvsignore:1.8 Tue Nov 16 12:42:28 1999
+++ php3/regex/.cvsignore Tue Nov 30 16:27:32 1999
@@ -1,6 +1,4 @@
-regcomp.ih
-engine.ih
-regerror.ih
+*.ih
 re
 regex.plg
 Debug
Index: php3/regex/Makefile.in
diff -u php3/regex/Makefile.in:1.4 php3/regex/Makefile.in:1.5
--- php3/regex/Makefile.in:1.4 Tue Nov 16 12:42:28 1999
+++ php3/regex/Makefile.in Tue Nov 30 16:27:32 1999
@@ -37,9 +37,9 @@
 JUNKLINT=possible pointer alignment|null effect
 
 # arrangements to build forward-reference header files
-#.SUFFIXES: .ih .h
-#.c.ih:
-# sh $(srcdir)/mkh $(MKHFLAGS) -p $< >$(srcdir)/$@
+.SUFFIXES: .ih .h
+.c.ih:
+ sh $(srcdir)/mkh $(MKHFLAGS) -p $< >$(srcdir)/$@
 
 all lib: libregex.a
 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>