]> granicus.if.org Git - php/commitdiff
make "nmake install" more verbose.
authorWez Furlong <wez@php.net>
Sun, 5 Jun 2005 02:33:26 +0000 (02:33 +0000)
committerWez Furlong <wez@php.net>
Sun, 5 Jun 2005 02:33:26 +0000 (02:33 +0000)
win32/build/Makefile

index 20d81693efee05924c5c07045e74e123638d62a3..d249efa1be5d7da76be4f86073bdb75d7ce65a01 100644 (file)
@@ -134,8 +134,11 @@ install: really-install
 
 really-install:
        @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX)
+       @echo Installing files under $(PHP_PREFIX)
        @copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul
        @copy $(BUILD_DIR)\*.dll $(PHP_PREFIX) /y >nul
-       $(PHP_PREFIX)\php.exe -n -dextension_dir=$(PHP_PREFIX) win32/build/registersyslog.php $(PHP_PREFIX)\$(PHPDLL)
+       @echo Registering event source with syslog (requires admin rights)
+       @echo It's okay for this step to fail:
+       -$(PHP_PREFIX)\php.exe -n -dextension_dir=$(PHP_PREFIX) win32/build/registersyslog.php $(PHP_PREFIX)\$(PHPDLL)