Author: paul
Date: 2006-08-19 01:47:50 +0200 (Sat, 19 Aug 2006)
New Revision: 3063
Log:
r13911@frost: paul | 2006-08-18 14:07:54 -0500
make depend: Don't bother with Makefile.bak. It's just something to clean
up, and it's unnecessary because you can get the original with svn revert
Makefile if something bad happens.
Modified:
trunk/make.d/xml-depend
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13048
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13907
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9795
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13048
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13911
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9795
Modified: trunk/make.d/xml-depend
===================================================================
--- trunk/make.d/xml-depend 2006-08-18 17:57:55 UTC (rev 3062)
+++ trunk/make.d/xml-depend 2006-08-18 23:47:50 UTC (rev 3063)
Changed blocks: 3, Lines Added: 1, Lines Deleted: 5; 1037 bytes
@@ -5,9 +5,6 @@
# to by abc-def.xml.
# The rule works like this:
-# - Make a backup of the Makefile. (If you kill the "make depend"
-# command while it's processing the Makefile, you can recover it
-# from Makefile.bak.)
# - Determine the basename of the dependency variable name by
# converting the target basename to uppercase and converting hyphens
# to underscores. Add _SRCS to the end to complete the dependency
@@ -34,7 +31,6 @@
# in the Makefile to list those files.
%.depend: %.xml
- cp Makefile Makefile.bak
VAR=`echo $* | tr a-z- A-Z_`_SRCS && \
DEPS=`xsltproc --novalid $(XMLDEPEND_XSL) $<|sort -u|tr '\n' ' '` && \
sed \
@@ -43,7 +39,7 @@
mv Makefile.new Makefile
clean::
- $(RM) Makefile.bak
+ $(RM) Makefile.new
help::
@echo "make depend - regenerate document dependencies"
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3063 - in trunk: . make.d | paul | 19 Aug |