clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 834dec0 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:
1.1 KB
|
Rev | Line | |
---|
[d1afb9e] | 1 | --- automake-1.8.2/doc/Makefile.in 2004-02-03 21:59:01.585999688 +0200
|
---|
| 2 | +++ automake-1.8.2.info/doc/Makefile.in 2004-02-03 22:04:03.893042032 +0200
|
---|
| 3 | @@ -175,29 +175,10 @@
|
---|
| 4 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
| 5 |
|
---|
| 6 | .texi.info:
|
---|
| 7 | - restore=: && \
|
---|
| 8 | - backupdir="$(am__leading_dot)am$$$$" && \
|
---|
| 9 | - am__cwd=`pwd` && cd $(srcdir) && \
|
---|
| 10 | - rm -rf $$backupdir && mkdir $$backupdir && \
|
---|
| 11 | - for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
|
---|
| 12 | - if test -f $$f; then \
|
---|
| 13 | - mv $$f $$backupdir; \
|
---|
| 14 | - restore=mv; \
|
---|
| 15 | - fi; \
|
---|
| 16 | - done; \
|
---|
| 17 | - cd "$$am__cwd"; \
|
---|
| 18 | - if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
|
---|
| 19 | - -o $@ $<; \
|
---|
| 20 | - then \
|
---|
| 21 | - rc=0; \
|
---|
| 22 | - cd $(srcdir); \
|
---|
| 23 | - else \
|
---|
| 24 | - rc=$$?; \
|
---|
| 25 | - cd $(srcdir) && \
|
---|
| 26 | - $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
|
---|
| 27 | - fi; \
|
---|
| 28 | - rm -rf $$backupdir; \
|
---|
| 29 | - exit $$rc
|
---|
| 30 | + @rm -f $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]
|
---|
| 31 | + cd $(srcdir) \
|
---|
| 32 | + && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
|
---|
| 33 | + `echo $< | sed 's,.*/,,'`
|
---|
| 34 |
|
---|
| 35 | .texi.dvi:
|
---|
| 36 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
---|
Note:
See
TracBrowser
for help on using the repository browser.