Revision: 2159
http://ipcop.svn.sourceforge.net/ipcop/?rev=2159&view=rev
Author: gespinasse
Date: 2008-12-07 09:05:02 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Add for prerequisites the files we install during apache compilation.
This way, if a file change, apache target is remade and the new file is installed
Modified Paths:
--------------
ipcop/trunk/lfs/apache
Modified: ipcop/trunk/lfs/apache
===================================================================
--- ipcop/trunk/lfs/apache 2008-12-03 20:09:20 UTC (rev 2158)
+++ ipcop/trunk/lfs/apache 2008-12-07 09:05:02 UTC (rev 2159)
@@ -82,7 +82,8 @@
# Installation Details
###############################################################################
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) $(DIR_SRC)/html/cgi-bin/* $(DIR_SRC)/html/cgi-bin/logs.cgi/* $(DIR_SRC)/html/html/* $(DIR_SRC)/html/html/images/* $(DIR_SRC)/html/html/include/*
+
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
rm -rf /home/httpd/cgi-bin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|