]> granicus.if.org Git - php/commitdiff
- Remove unused lines
authorfoobar <sniper@php.net>
Tue, 29 Nov 2005 22:26:07 +0000 (22:26 +0000)
committerfoobar <sniper@php.net>
Tue, 29 Nov 2005 22:26:07 +0000 (22:26 +0000)
build/build.mk
build/build2.mk
buildconf

index a3e12f791c4aaa3a34091be0c5dff1a4f1033a67..cc08df56710cb97fc4ff30a19d7e25ea70ed5cfa 100644 (file)
@@ -30,7 +30,7 @@ ALWAYS = generated_lists
 
 
 all: $(STAMP) $(ALWAYS)
-       @$(MAKE) AMFLAGS=$(AMFLAGS) -s -f build/build2.mk
+       @$(MAKE) -s -f build/build2.mk
 
 generated_lists:
        @echo makefile_am_files = $(ZENDDIR)/Makefile.am \
@@ -55,7 +55,7 @@ snapshot:
                test -d $$i || (test -d ../$$i && cp -rp ../$$i $$i); \
        done; \
        find . -type l -exec rm {} \; ; \
-       $(MAKE) AMFLAGS=--copy -f build/build.mk; \
+       $(MAKE) -f build/build.mk; \
        cd ..; \
        tar cf $$distname.tar $$distname; \
        rm -rf $$distname $$distname.tar.*; \
index 507438f48c084b137cb6117042415da3108062b1..9d86f53f3b62a56d4d7a940fab3c39a06b0f650f 100644 (file)
@@ -23,9 +23,6 @@ TOUCH_FILES = mkinstalldirs install-sh missing
 
 LT_TARGETS = ltmain.sh config.guess config.sub
 
-makefile_in_files = $(makefile_am_files:.am=.in)
-makefile_files    = $(makefile_am_files:e.am=e)
-
 config_h_in = main/php_config.h.in
 
 acconfig_h_SOURCES = acconfig.h.in $(config_h_files)
index 468b7c65d2ca8bb924a4f65306eba049e1b3b908..1dca40e4703dee854c9c14df80dc787ddea43d14 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -15,10 +15,6 @@ devok=0
 debug=no
 
 while test $# -gt 0; do
-  if test "$1" = "--copy"; then
-    automake_flags=--copy
-  fi
-
   if test "$1" = "--force"; then
     devok=1
     echo "Forcing buildconf"
@@ -67,7 +63,7 @@ fi
 rm -f generated_lists
 
 if test "$debug" = "yes"; then
-  ${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags" ZENDDIR="$ZENDDIR" SUPPRESS_WARNINGS=""
+  ${MAKE:-make} -s -f build/build.mk ZENDDIR="$ZENDDIR" SUPPRESS_WARNINGS=""
 else
-  ${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags" ZENDDIR="$ZENDDIR"
+  ${MAKE:-make} -s -f build/build.mk ZENDDIR="$ZENDDIR"
 fi