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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since d1afb9e was d1afb9e, checked in by Jim Gifford <clfs@…>, 18 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
  • automake-1.4-p6/subdirs.am

    Patch from redhat/fedora which made it into upstream.
    
    old new  
    2727all-recursive install-data-recursive install-exec-recursive \
    2828installdirs-recursive install-recursive uninstall-recursive @INSTALLINFO@ \
    2929check-recursive installcheck-recursive info-recursive dvi-recursive:
    30         @set fnord $(MAKEFLAGS); amf=$$2; \
     30        @set fnord $$MAKEFLAGS; amf=$$2; \
    3131        dot_seen=no; \
    3232        target=`echo $@ | sed s/-recursive//`; \
    3333        list='$(SUBDIRS)'; for subdir in $$list; do \
    check-recursive installcheck-recursive i 
    5555## bombs.
    5656mostlyclean-recursive clean-recursive distclean-recursive \
    5757maintainer-clean-recursive:
    58         @set fnord $(MAKEFLAGS); amf=$$2; \
     58        @set fnord $$MAKEFLAGS; amf=$$2; \
    5959        dot_seen=no; \
    6060        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
    6161          rev="$$subdir $$rev"; \
Note: See TracBrowser for help on using the repository browser.