[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

minor little Makefile.in patch.

From: Mo DeJong <supermo_at_bayarea.net>
Date: 2001-10-26 08:19:30 CEST

Here is a small but useful patch that could be added.

cheers
Mo

2001-10-25 Mo DeJong <supermo@bayarea.net>

        * Makefile.in: Run ./config.status if the Makefile.in or
        build-outputs.mk file is changed. Print "mkdir ..." instead
        of a fully qualified path when running the mkdir-init rule.

--- .svn/text-base/Makefile.in Thu Oct 25 15:58:33 2001
+++ Makefile.in Thu Oct 25 22:39:46 2001
+Makefile: $(top_srcdir)/Makefile.in $(top_srcdir)/build-outputs.mk
+ $(SHELL) config.status
+
@@ -142 +151 @@
- echo "$(MKDIR) $$i" ; \
+ echo "mkdir $$i" ; \

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:46 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.