[subversion-commit] SVN tetex commit + diffs: r162 - tex-common/trunk/dsfp

Frank Küster frank at costa.debian.org
Wed Aug 24 12:59:40 UTC 2005


Author: frank
Date: 2005-08-24 12:59:40 +0000 (Wed, 24 Aug 2005)
New Revision: 162

Modified:
   tex-common/trunk/dsfp/dsf-patch.mk
Log:
fixed stampdir creation error in dsf-patch.mk


Modified: tex-common/trunk/dsfp/dsf-patch.mk
===================================================================
--- tex-common/trunk/dsfp/dsf-patch.mk	2005-08-24 12:19:29 UTC (rev 161)
+++ tex-common/trunk/dsfp/dsf-patch.mk	2005-08-24 12:59:40 UTC (rev 162)
@@ -1,5 +1,5 @@
 # file dsf-patch.mk - keeping patches against single files
-# $Id: dsf-patch.mk,v 1.1.1.1 2005/06/13 17:21:58 frank Exp $
+# $Id$
 #
 # dsf-patch stands for "Debian single file patch system"
 # 
@@ -94,7 +94,7 @@
 $(stampdir):
 	-mkdir $(stampdir)
 	# on fast systems, the generated files might end up to be not-older than stampdir. Really?
-	sleep 2
+	sleep 1
 
 # applying a patch
 $(apply-stamps): $(stampdir)/apply-%-stamp: $(patchdir)/% $(apply-prereq)
@@ -107,8 +107,9 @@
 	rm $(stampdir)/apply-$*-stamp
 
 # edit a patch
-$(stampdir)/setup-edit-patches-stamp: $(stampdir)
+$(stampdir)/setup-edit-patches-stamp:
 	$(MAKE) -f debian/rules clean
+	$(THISMAKE) $(stampdir)
 	touch $@
 
 $(edit-stamps): $(stampdir)/edit-%-stamp: $(stampdir)/setup-edit-patches-stamp $(edit-prereq)




More information about the Pkg-tetex-commits mailing list