source: scripts/untested/autotools/patches/automake-1.4-subdirs-89656.patch@ f118837

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since f118837 was d1afb9e, checked in by Jim Gifford <clfs@…>, 19 years ago

r587@server (orig r585): ryan | 2005-08-05 21:51:35 -0700
Add a sane autotools build to the mix.
Blatantly stolen from gentoo...



  • Property mode set to 100644
File size: 944 bytes
RevLine 
[d1afb9e]1Patch from redhat/fedora which made it into upstream.
2
3--- automake-1.4-p6/subdirs.am.subdirs 2001-07-16 22:47:36.000000000 -0700
4+++ automake-1.4-p6/subdirs.am 2003-04-25 08:24:35.000000000 -0700
5@@ -27,7 +27,7 @@
6 all-recursive install-data-recursive install-exec-recursive \
7 installdirs-recursive install-recursive uninstall-recursive @INSTALLINFO@ \
8 check-recursive installcheck-recursive info-recursive dvi-recursive:
9- @set fnord $(MAKEFLAGS); amf=$$2; \
10+ @set fnord $$MAKEFLAGS; amf=$$2; \
11 dot_seen=no; \
12 target=`echo $@ | sed s/-recursive//`; \
13 list='$(SUBDIRS)'; for subdir in $$list; do \
14@@ -55,7 +55,7 @@ check-recursive installcheck-recursive i
15 ## bombs.
16 mostlyclean-recursive clean-recursive distclean-recursive \
17 maintainer-clean-recursive:
18- @set fnord $(MAKEFLAGS); amf=$$2; \
19+ @set fnord $$MAKEFLAGS; amf=$$2; \
20 dot_seen=no; \
21 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
22 rev="$$subdir $$rev"; \
Note: See TracBrowser for help on using the repository browser.