CVSROOT: /cvsroot/groff
Module name: groff
Changes by: Werner LEMBERG <wl> 10/12/20 09:37:59
Modified files:
. : ChangeLog Makefile.in
Log message:
A new try to not changing srcdir if building in separate builddir.
Makefile.in ($GNULIBDIRS): Disable calls to autoconf and friends.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1261&r2=1.1262
http://cvs.savannah.gnu.org/viewcvs/groff/Makefile.in?cvsroot=groff&r1=1.111&r2=1.112
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1261
retrieving revision 1.1262
diff -u -b -r1.1261 -r1.1262
--- ChangeLog 20 Dec 2010 06:39:01 -0000 1.1261
+++ ChangeLog 20 Dec 2010 09:37:59 -0000 1.1262
@@ -1,3 +1,9 @@
+2010-12-20 Daiki Ueno <[email protected]>
+
+ A new try to not changing srcdir if building in separate builddir.
+
+ Makefile.in ($GNULIBDIRS): Disable calls to autoconf and friends.
+
2010-12-20 Werner LEMBERG <[email protected]>
Speed up access to cflags values.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/groff/groff/Makefile.in,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- Makefile.in 18 Dec 2010 08:40:23 -0000 1.111
+++ Makefile.in 20 Dec 2010 09:37:59 -0000 1.112
@@ -767,14 +767,8 @@
case $(do) in \
all) \
cd $@; \
- if test ! $(srcdir) = .; then \
- for file in aclocal.m4 Makefile.in configure build-aux; do \
- rm -rf $$file && cp -R $$srcdir/$$file .; \
- done; \
- touch aclocal.m4 Makefile.in configure; \
- fi; \
- test -f Makefile || $(SHELL) $$srcdir/configure; \
- $(MAKE) $(do) ;; \
+ test -f Makefile || $(SHELL) $$srcdir/configure ; \
+ $(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
esac
$(OTHERDIRS): $(PROGDEPDIRS) $(CCPROGDIRS) $(CPROGDIRS)
_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit